Commit Graph

  • 1347711d30 Readme master Yohann D'ANELLO 2020-05-29 23:51:54 +0200
  • def19e5750 Les mobs peuvent se déplacer en diagonale Yohann D'ANELLO 2020-05-29 23:40:11 +0200
  • 7eb64985c7 Continuous moves Yohann D'ANELLO 2020-05-26 18:40:15 +0200
  • 10fb067de2 Fix Java 8 Yohann D'ANELLO 2020-05-26 17:48:10 +0200
  • 787394ed76
    Merge pull request #1 from galaxyoyo/scala galaxyoyo 2020-05-26 16:58:49 +0200
  • 3e504310a9 Larger grid Yohann D'ANELLO 2020-04-27 17:54:40 +0200
  • 500132a816 Use scala Random Yohann D'ANELLO 2020-04-27 13:49:14 +0200
  • 3b474963a8 Fix some towers Yohann D'ANELLO 2020-04-27 11:19:00 +0200
  • 6fe23277b3 PDF was missing Yohann D'ANELLO 2020-04-10 20:45:51 +0200
  • 939698b21a Update Readme Yohann D'ANELLO 2020-04-10 20:38:13 +0200
  • ca79095672 Add new mobs and new towers Yohann D'ANELLO 2020-04-10 20:04:59 +0200
  • 37f0b663fc Fixed collisions in editor and sample map Yohann D'ANELLO 2020-04-05 01:41:10 +0200
  • e50d485e4b Comments in build.sbt are useless Yohann D'ANELLO 2020-04-05 01:16:47 +0200
  • 48eb15d57e Project can be launched through sbt run, project is now fully translated Yohann D'ANELLO 2020-04-05 01:15:45 +0200
  • 8b745c068a Fix pathfinder, increase performance Yohann D'ANELLO 2020-04-05 00:30:12 +0200
  • 3b55678835 Editor Map don't display Yohann D'ANELLO 2020-04-04 22:22:20 +0200
  • 031815e055 Better Scala code Yohann D'ANELLO 2020-04-04 21:56:14 +0200
  • 58509e0d5b Translated project in Scala (but the path finder seems to be broken) Yohann D'ANELLO 2020-04-04 04:33:11 +0200
  • 40e0a92f9e Add libraries Yohann D'ANELLO 2020-02-28 19:12:53 +0100
  • fb9902da44 Add compile script Yohann D'ANELLO 2020-02-28 19:10:37 +0100
  • cf03a04786 Remove useless dependencies Yohann D'ANELLO 2020-02-28 18:09:23 +0100
  • d607149097 Remove useless dependencies Yohann D'ANELLO 2020-02-28 17:39:32 +0100
  • a6581cd37e Increase difficulty per wave Yohann D'ANELLO 2020-02-28 17:14:30 +0100
  • 5517a10f56 Better packaging Yohann D'ANELLO 2020-02-28 16:13:14 +0100
  • 54c8c14f33 Add sample map 1.0 Yohann D'ANELLO 2020-02-26 01:32:53 +0100
  • 6bdae39915 Fix sprite unpack, launching V1 Yohann D'ANELLO 2020-02-26 01:30:11 +0100
  • 6fa111c872 Fix sprite unpack, launching V1 Yohann D'ANELLO 2020-02-26 01:20:39 +0100
  • 07d8c480de README Yohann D'ANELLO 2020-02-26 00:03:02 +0100
  • 707dd160d6 README Yohann D'ANELLO 2020-02-25 23:47:05 +0100
  • eda3335501 Damage per shot bug Yohann D'ANELLO 2020-02-25 23:38:50 +0100
  • 3ae852c8f0 Debug collisions Yohann D'ANELLO 2020-02-25 13:57:47 +0100
  • 8c7522e1d3 Path finding Yohann D'ANELLO 2020-02-25 12:11:58 +0100
  • c1c438a053 Better complexity Yohann D'ANELLO 2020-02-25 11:41:50 +0100
  • 97d455756e Collisions Yohann D'ANELLO 2020-02-25 11:30:22 +0100
  • 1c7762c40c Selling towers Yohann D'ANELLO 2020-02-25 11:17:23 +0100
  • b97f662d70 BasicTower has a radius of 3 blocks Yohann D'ANELLO 2020-02-25 11:02:01 +0100
  • f16ecc332b Rename simpletower to basictower Yohann D'ANELLO 2020-02-25 11:00:18 +0100
  • 7200c3e5e4 Add tower sprites Yohann D'ANELLO 2020-02-25 10:54:40 +0100
  • 6ebc761ee3 Tower placement Yohann D'ANELLO 2020-02-25 05:14:44 +0100
  • d8111ef500 Add labels Yohann D'ANELLO 2020-02-25 05:03:36 +0100
  • 3e348cf91e Move game in a seperate thread Yohann D'ANELLO 2020-02-25 04:07:05 +0100
  • dc44220ea6 Add towers Yohann D'ANELLO 2020-02-25 03:59:31 +0100
  • 927d98c977 Mob subclasses Yohann D'ANELLO 2020-02-25 03:37:38 +0100
  • 07221a09f2 Add mobs Yohann D'ANELLO 2020-02-25 03:22:32 +0100
  • 2c1b6a4423 Launch game Yohann D'ANELLO 2020-02-25 02:12:13 +0100
  • 1c3b887daf Remove Eclipse settings Yohann D'ANELLO 2020-02-25 00:52:03 +0100
  • 94ee23c881 Remove warnings Yohann D'ANELLO 2020-02-25 00:48:55 +0100
  • d36800ab13 Rename to level editor Yohann D'ANELLO 2020-02-25 00:33:32 +0100
  • 6795917373 Reformat code Yohann D'ANELLO 2020-02-25 00:23:01 +0100
  • 397a2c337a Remove debug message Yohann D'ANELLO 2020-02-25 00:21:47 +0100
  • 6fa0ef5ba4 Remove unknown image Yohann D'ANELLO 2020-02-25 00:12:58 +0100
  • 2b067ac4de My username is now ÿnérant Yohann D'ANELLO 2020-02-25 00:12:23 +0100
  • 0b3dd5def2 Remove old Eclipse conf Yohann D'ANELLO 2020-02-25 00:10:04 +0100
  • 15bea5fde0 Rename project & packages Yohann D'ANELLO 2020-02-25 00:07:30 +0100
  • 88821ab2b5 Update .gitignore Yohann D'ANELLO 2020-02-24 23:59:39 +0100
  • 765c3fcaa2 Merge remote-tracking branch 'origin/master' BuildTools 2015-03-29 17:52:43 +0200
  • 0839371a50 Possibilité de changer le style de fenêtre ('Look And Feel') BuildTools 2015-03-03 16:06:38 +0100
  • 226e4d46a4 Possibilité de changer le style de foenêtre ('Look And Feel') BuildTools 2015-03-03 16:06:38 +0100
  • 6bbb25322a Mis à jour README.md pour le changement de nom BuildTools 2015-03-03 15:41:37 +0100
  • ac4d682de9 Renom de 'unknown' à 'Alice Game Engine' BuildTools 2015-03-03 15:32:11 +0100
  • e6fefeaf5b Le bouton annuler sert désormais dans l'interface de création de map galaxyoyo 2015-01-13 21:42:19 +0100
  • 0c965d4738 Fixé bug de lancement en runtime galaxyoyo 2015-01-13 21:34:28 +0100
  • c7b6450ba3 Mis à jour .gitignore galaxyoyo 2015-01-13 18:40:21 +0100
  • eba4deb674 Pour une meilleure utilisation, les sprites sont désormais exportés pour permettre au joueur de créer ses propres sprites galaxyoyo 2015-01-13 18:37:58 +0100
  • 873609a43b Fixé bug dans l'affichage de la carte galaxyoyo 2015-01-13 18:02:57 +0100
  • c47939957d Possibilité de placer un sprite d'une couche sans nécessité qu'une couche précédente existe galaxyoyo 2015-01-13 15:42:32 +0100
  • 1c2d673bec Ajouté modes de sélection : pinceau (linéaire/ponctuel) + pot de peinture (remplir) galaxyoyo 2015-01-13 15:39:12 +0100
  • 9e98b7546b Performances accrues par l'ajout d'un argument Java galaxyoyo 2015-01-12 22:21:08 +0100
  • 6d8082cafe Fixé problème de scroll dans l'éditeur galaxyoyo 2015-01-12 22:05:31 +0100
  • 168e4408d0 Mis à jour pom.xml galaxyoyo 2015-01-12 22:03:21 +0100
  • 383a9df0ba Ajouté icône pour l'exécutable galaxyoyo 2015-01-12 10:12:47 +0100
  • b85b56f462 Intégré Launch4j automatique galaxyoyo 2015-01-11 14:58:16 +0100
  • 136ce763e4 Supprimmé code de test galaxyoyo 2015-01-11 13:22:22 +0100
  • 0ca14b4c4a Supprimmé code de test galaxyoyo 2015-01-11 13:21:59 +0100
  • bb1727bed7 Édition de collision terminée galaxyoyo 2015-01-11 13:20:06 +0100
  • c745571cc9 Supprimé code pour rendre plus foncé les couches précédentes (à voir pour plus tard pour y réimplémenter) galaxyoyo 2015-01-11 12:37:18 +0100
  • fb10d14f8c Modifié système de sauvegarde : compression en GZIP (optimisation) galaxyoyo 2015-01-11 12:35:38 +0100
  • 35a6f3e85d Mise à jour vers la version 0.1.0 galaxyoyo 2015-01-11 01:42:57 +0100
  • 543d12ff2e [BIG UPDATE] Terminée fenêtre d'édition de carte galaxyoyo 2015-01-11 01:42:00 +0100
  • 64f4875705 Supprimé code de test galaxyoyo 2015-01-10 11:48:39 +0100
  • a5ef697469 Amélioré grandement interface d'édition galaxyoyo 2015-01-10 11:45:19 +0100
  • 2813f325dc Fixé problème de fichier manquant galaxyoyo 2015-01-09 19:47:07 +0100
  • 916417dec8 Changé format de fichier de map : *.gworld à *.gmap galaxyoyo 2015-01-09 19:46:48 +0100
  • dd3549e558 Ajouté collision d'items galaxyoyo 2015-01-09 19:45:27 +0100
  • e5279e407d Amélioré fenêtre d'édition (non terminée) galaxyoyo 2015-01-08 23:58:54 +0100
  • 136bf70409 Répertorié les sprites par catégories galaxyoyo 2015-01-08 23:12:38 +0100
  • 11a8931f6b Fenêtre d'édition améliorée (non terminée) galaxyoyo 2015-01-08 22:53:02 +0100
  • 71362d1f27 Renforcé système de cryptage des maps galaxyoyo 2015-01-08 22:43:31 +0100
  • 96337b4665 Mis à jour pom.xml : Fixé crash de lancement (manque de dépendences) galaxyoyo 2015-01-08 21:10:28 +0100
  • ae6df98832 Mis à jour fenêtre d'édition (pas version finale) galaxyoyo 2015-01-08 19:58:45 +0100
  • 24d97922c4 Ajouté taille dans la map galaxyoyo 2015-01-08 18:24:59 +0100
  • d1905acb8e Ajouté quelques choses pour l'éditeur galaxyoyo 2015-01-08 18:20:59 +0100
  • 5360aaefe9 Mis à jour pom.xml pour build des dépendences galaxyoyo 2015-01-08 13:59:58 +0100
  • 91679db18d Mis à jour les tiles de gazon galaxyoyo 2015-01-08 13:59:28 +0100
  • 0eff34c418 Bougé API galaxyoyo 2015-01-07 23:05:23 +0100
  • 968536742b Ajouté entièrement l'enregistrement des sprites galaxyoyo 2015-01-07 22:50:11 +0100
  • 5847486e2f Mis à jour .gitignore galaxyoyo 2015-01-07 21:30:10 +0100
  • 0c23195842 Supprimé img.png, inutile Yohann D'ANELLO 2015-01-07 21:21:10 +0100
  • b960938805 Ajouté fonctions pour ouverture/sauvegarde d'une carte galaxyoyo 2015-01-07 21:17:17 +0100
  • 67e2860057 Ajouté code pour l'éditeur (pas encore au point) galaxyoyo 2015-01-07 19:49:09 +0100