My favorites | Sign in
Project Home Downloads Wiki Issues Source
Details: Show all Hide all

Older

  • May 19, 2010
    r67 (Some old commented code deleted. Some code rearrangement but...) committed by ghuntar....@gmail.com   -   Some old commented code deleted. Some code rearrangement but nothing significant.
    Some old commented code deleted. Some code rearrangement but nothing significant.
  • May 14, 2010
    r66 (New BOOK_SHIELD attack added. DOUBLEAXE attack greatly modif...) committed by ghuntar....@gmail.com   -   New BOOK_SHIELD attack added. DOUBLEAXE attack greatly modified (know You turn like a roud-robin !) New Grimoire_Sprite.png added (for BOOK_SHIELD attack) Light modification of DOOR event (it destroyed the DOOR event even if the door stayed closed :/)
    New BOOK_SHIELD attack added. DOUBLEAXE attack greatly modified (know You turn like a roud-robin !) New Grimoire_Sprite.png added (for BOOK_SHIELD attack) Light modification of DOOR event (it destroyed the DOOR event even if the door stayed closed :/)
  • May 13, 2010
    r65 (NEW : Items added (Only basic drop and Keys for the moment)....) committed by ghuntar....@gmail.com   -   NEW : Items added (Only basic drop and Keys for the moment). Inventory management and display added. New monsters added : Scarab and Portal (it summon skeletons). Title screen added. Function loadgame() added (not fully functional) Doors only opens with keys now. Color support in selection screens. Modifications in all levels to be compliant with modifications of the game. Selection screen and some controls added in microluamapeditor.
    NEW : Items added (Only basic drop and Keys for the moment). Inventory management and display added. New monsters added : Scarab and Portal (it summon skeletons). Title screen added. Function loadgame() added (not fully functional) Doors only opens with keys now. Color support in selection screens. Modifications in all levels to be compliant with modifications of the game. Selection screen and some controls added in microluamapeditor.
  • May 07, 2010
    r64 (New tileset Ghuntlet_Dungeon_02.png added. function pause() ...) committed by ghuntar....@gmail.com   -   New tileset Ghuntlet_Dungeon_02.png added. function pause() and savegame() added. functions for the COORD class added. Now monsters don't attack the hero if too far away. New maps/plans added (Dungeon_04, The_HUB, map_num2). Map editor (microluamapeditor) rewrited and included in the Ghuntlet directory (and destroyed from where it was).
    New tileset Ghuntlet_Dungeon_02.png added. function pause() and savegame() added. functions for the COORD class added. Now monsters don't attack the hero if too far away. New maps/plans added (Dungeon_04, The_HUB, map_num2). Map editor (microluamapeditor) rewrited and included in the Ghuntlet directory (and destroyed from where it was).
  • Apr 30, 2010
    r63 (function COORD.__eq(obj1,obj2), function COORD:toMAPCOORD() ...) committed by ghuntar....@gmail.com   -   function COORD.__eq(obj1,obj2), function COORD:toMAPCOORD() added. Event (stairs and doors) implemented. function gameover () slightly modified. Movement computing slightly modified (var MOB.inmove added). function MOB:collide_tile(other) added to see if it can improve FPS. Base_Camp and Gameover map/plan added. Other maps/plans updated (to comply with event handling).
    function COORD.__eq(obj1,obj2), function COORD:toMAPCOORD() added. Event (stairs and doors) implemented. function gameover () slightly modified. Movement computing slightly modified (var MOB.inmove added). function MOB:collide_tile(other) added to see if it can improve FPS. Base_Camp and Gameover map/plan added. Other maps/plans updated (to comply with event handling).
  • Apr 27, 2010
    r62 (ATTACK system added New ATTACKs added : PENTACLE, AXE, DOUBL...) committed by ghuntar....@gmail.com   -   ATTACK system added New ATTACKs added : PENTACLE, AXE, DOUBLEAXE Functions MOB:destroy() and MOB:destroy_display() added Function gameover() added Option game.display.floatingtext [true/false] added, and the X button press to manage it Some data cleaning at the end of the game. MOB collision management added
    ATTACK system added New ATTACKs added : PENTACLE, AXE, DOUBLEAXE Functions MOB:destroy() and MOB:destroy_display() added Function gameover() added Option game.display.floatingtext [true/false] added, and the X button press to manage it Some data cleaning at the end of the game. MOB collision management added
  • Apr 15, 2010
    r61 (Deletion of old commented code. Improvement of the map edito...) committed by ghuntar....@gmail.com   -   Deletion of old commented code. Improvement of the map editor : Now You can see the type of tile You are pasting (Thank You Papymouge).
    Deletion of old commented code. Improvement of the map editor : Now You can see the type of tile You are pasting (Thank You Papymouge).
  • Apr 10, 2010
    r60 (New timer added : game.clock that will be used to check how ...) committed by ghuntar....@gmail.com   -   New timer added : game.clock that will be used to check how long a turn is during. Completely modify the way the turn goes.
    New timer added : game.clock that will be used to check how long a turn is during. Completely modify the way the turn goes.
  • Apr 10, 2010
    r59 (Add MOB.diagspeed var to not recalculate "MOB.speed * 0.7" e...) committed by ghuntar....@gmail.com   -   Add MOB.diagspeed var to not recalculate "MOB.speed * 0.7" each time needed. Modify function MOB:changelifestatus() in a way it really change the MOB.status var. Add functions : MOB:playturn (mobnumber), MOB:upkeep (mobnumber), MOB:chooseanewdir (), MOB:makeamove (), HEROS:upkeep (), HEROS:chooseanewdir().
    Add MOB.diagspeed var to not recalculate "MOB.speed * 0.7" each time needed. Modify function MOB:changelifestatus() in a way it really change the MOB.status var. Add functions : MOB:playturn (mobnumber), MOB:upkeep (mobnumber), MOB:chooseanewdir (), MOB:makeamove (), HEROS:upkeep (), HEROS:chooseanewdir().
  • Apr 09, 2010
    r58 (Monster BLACKMAGE_LB added ) committed by ghuntar....@gmail.com   -   Monster BLACKMAGE_LB added
    Monster BLACKMAGE_LB added
  • Mar 18, 2010
    r57 (Old Ghuntlet_POO directory deleted. ghuntlet_POO.lua renamed...) committed by ghuntar....@gmail.com   -   Old Ghuntlet_POO directory deleted. ghuntlet_POO.lua renamed to ghuntlet.lua .
    Old Ghuntlet_POO directory deleted. ghuntlet_POO.lua renamed to ghuntlet.lua .
  • Mar 18, 2010
    r56 (Old files moved to oldz directory. Game information added to...) committed by ghuntar....@gmail.com   -   Old files moved to oldz directory. Game information added to the HUD. Cleaning of old comments. Deleted useless Controls.read in lib_controls_ds.lua .
    Old files moved to oldz directory. Game information added to the HUD. Cleaning of old comments. Deleted useless Controls.read in lib_controls_ds.lua .
  • Mar 17, 2010
    r55 (SKELETON.lua fixed lib_game_mechanicz.lua cleaned from old c...) committed by ghuntar....@gmail.com   -   SKELETON.lua fixed lib_game_mechanicz.lua cleaned from old comments Monsters are now walking and got an IA ! Floating text (status and life) above MOBz. MOB generation partially implemented.
    SKELETON.lua fixed lib_game_mechanicz.lua cleaned from old comments Monsters are now walking and got an IA ! Floating text (status and life) above MOBz. MOB generation partially implemented.
  • Mar 17, 2010
    r54 (New MONSTER added : SKELETON Default MOB animation added MOB...) committed by ghuntar....@gmail.com   -   New MONSTER added : SKELETON Default MOB animation added MOB display added
    New MONSTER added : SKELETON Default MOB animation added MOB display added
  • Mar 08, 2010
    r53 (Adding MAIDENGUARD and VALKYRIE characters.) committed by ghuntar....@gmail.com   -   Adding MAIDENGUARD and VALKYRIE characters.
    Adding MAIDENGUARD and VALKYRIE characters.
  • Mar 05, 2010
    r52 (rearrangement in directories) committed by ghuntar....@gmail.com   -   rearrangement in directories
    rearrangement in directories
  • Dec 15, 2009
    r51 (An old commit, I don't remember what have changed... :/) committed by ghuntar....@gmail.com   -   An old commit, I don't remember what have changed... :/
    An old commit, I don't remember what have changed... :/
  • Nov 05, 2009
    r50 (Modifications on Ghuntlet_POO) committed by ghuntar....@gmail.com   -   Modifications on Ghuntlet_POO
    Modifications on Ghuntlet_POO
  • Oct 30, 2009
    r49 (Some cleaning of the directory. Improvements on the map edit...) committed by ghuntar....@gmail.com   -   Some cleaning of the directory. Improvements on the map editor : - Navigate through the files to choose a *.plan.lua file to load the maps You want to edit like the shell.lua from Risike (at the start of microlua). - You can now see and modify the 2 layers (Use D.pad Riht to shift between the 3 modes) - Hold L to choose your "brush" - Hold D.pad Up and Stylus to draw.
    Some cleaning of the directory. Improvements on the map editor : - Navigate through the files to choose a *.plan.lua file to load the maps You want to edit like the shell.lua from Risike (at the start of microlua). - You can now see and modify the 2 layers (Use D.pad Riht to shift between the 3 modes) - Hold L to choose your "brush" - Hold D.pad Up and Stylus to draw.
  • Oct 27, 2009
    r48 (reorganisation of files in mapeditor) committed by ghuntar....@gmail.com   -   reorganisation of files in mapeditor
    reorganisation of files in mapeditor
  • Oct 27, 2009
    microluamapeditor_r47.zip (A map Editor for Ghuntlet.) file uploaded by ghuntar....@gmail.com
  • Oct 27, 2009
    Ghuntlet_r47.zip (The game engine is almost done. Need some maps and lots of o...) file uploaded by ghuntar....@gmail.com   -  
    Labels: Featured
    Labels: Featured
  • Oct 27, 2009
    r47 (Reorganisation of files Map editor is functional) committed by ghuntar....@gmail.com   -   Reorganisation of files Map editor is functional
    Reorganisation of files Map editor is functional
  • Oct 21, 2009
    r46 (Concatenation of microluamapeditor and microluaexplorer) committed by ghuntar....@gmail.com   -   Concatenation of microluamapeditor and microluaexplorer
    Concatenation of microluamapeditor and microluaexplorer
  • Oct 21, 2009
    r45 (Map editor functional (microluamapeditor.lua) but without an...) committed by ghuntar....@gmail.com   -   Map editor functional (microluamapeditor.lua) but without any configuration ==> a configurator is in developpement (microluaexplorer.lua)
    Map editor functional (microluamapeditor.lua) but without any configuration ==> a configurator is in developpement (microluaexplorer.lua)
  • Oct 20, 2009
    r44 (Added microluamapeditor (name will eventually change)) committed by ghuntar....@gmail.com   -   Added microluamapeditor (name will eventually change)
    Added microluamapeditor (name will eventually change)
  • Oct 19, 2009
    r43 (Minor update of Ghuntlet_POO) committed by ghuntar....@gmail.com   -   Minor update of Ghuntlet_POO
    Minor update of Ghuntlet_POO
  • Oct 18, 2009
    r42 (More on Stairs implementation) committed by ghuntar....@gmail.com   -   More on Stairs implementation
    More on Stairs implementation
  • Oct 15, 2009
    r41 (Adding a Medusa Sprite) committed by ghuntar....@gmail.com   -   Adding a Medusa Sprite
    Adding a Medusa Sprite
  • Oct 15, 2009
    r40 (Deleting old file) committed by ghuntar....@gmail.com   -   Deleting old file
    Deleting old file
  • Oct 15, 2009
    r39 (Adding the "Stairs" : You can now climb dungeon levels one b...) committed by ghuntar....@gmail.com   -   Adding the "Stairs" : You can now climb dungeon levels one by one
    Adding the "Stairs" : You can now climb dungeon levels one by one
  • Oct 13, 2009
    r38 (Little change in mobz_lib.lua) committed by ghuntar....@gmail.com   -   Little change in mobz_lib.lua
    Little change in mobz_lib.lua
  • Oct 13, 2009
    r37 ([No log message]) committed by ghuntar....@gmail.com   -   [No log message]
    [No log message]
  • Oct 13, 2009
    r36 (Modification in the Tileset Ghuntlet_dungeon.png (adding sta...) committed by ghuntar....@gmail.com   -   Modification in the Tileset Ghuntlet_dungeon.png (adding stairs)
    Modification in the Tileset Ghuntlet_dungeon.png (adding stairs)
  • Oct 13, 2009
    r35 (Some tests with the branch Ghuntlet_POO) committed by ghuntar....@gmail.com   -   Some tests with the branch Ghuntlet_POO
    Some tests with the branch Ghuntlet_POO
  • Oct 09, 2009
    r34 ([No log message]) committed by ghuntar....@gmail.com   -   [No log message]
    [No log message]
  • Oct 09, 2009
    r33 ([No log message]) committed by ghuntar....@gmail.com   -   [No log message]
    [No log message]
  • Oct 09, 2009
    r32 (Alpha 010 - Optimisations diverses : Suppression de variable...) committed by ghuntar....@gmail.com   -   Alpha 010 - Optimisations diverses : Suppression de variables inutiles, désafectations de variables en sortie de boucle.
    Alpha 010 - Optimisations diverses : Suppression de variables inutiles, désafectations de variables en sortie de boucle.
  • Oct 08, 2009
    r31 (Alpha 010 - Optimisations diverses : Suppression de variable...) committed by ghuntar....@gmail.com   -   Alpha 010 - Optimisations diverses : Suppression de variables inutiles, désafectations de variables en sortie de boucle.
    Alpha 010 - Optimisations diverses : Suppression de variables inutiles, désafectations de variables en sortie de boucle.
  • Oct 07, 2009
    r30 (Alpha 010) committed by ghuntar....@gmail.com   -   Alpha 010
    Alpha 010
  • Oct 07, 2009
    r29 (Alpha 010) committed by ghuntar....@gmail.com   -   Alpha 010
    Alpha 010
  • Oct 07, 2009
    Ghuntlet_alpha_010.zip (Alpha 010) file uploaded by ghuntar....@gmail.com   -  
    Labels: Featured
    Labels: Featured
  • Oct 07, 2009
    r28 (Alpha 010) committed by ghuntar....@gmail.com   -   Alpha 010
    Alpha 010
  • Oct 07, 2009
    r27 (Alpha 010) committed by ghuntar....@gmail.com   -   Alpha 010
    Alpha 010
  • Oct 07, 2009
    r26 (Alpha 010) committed by ghuntar....@gmail.com   -   Alpha 010
    Alpha 010
  • Oct 07, 2009
    r25 (Deletion of old files) committed by ghuntar....@gmail.com   -   Deletion of old files
    Deletion of old files
  • Sep 29, 2009
    Capture-uLua DS Sim v0.4beta2-1.png (Screenshot from alpha 008.5) file uploaded by ghuntar....@gmail.com   -  
    Labels: Type-Docs
    Labels: Type-Docs
  • Sep 29, 2009
    r24 ([No log message]) committed by ghuntar....@gmail.com   -   [No log message]
    [No log message]
  • Sep 28, 2009
    What_is_functional (This page discribe what is already in function.) Wiki page edited by ghuntar....@gmail.com   -   Revision r23 Corrections and update for the Alpha 008
    Revision r23 Corrections and update for the Alpha 008
  • Sep 28, 2009
    What_is_functional (This page discribe what is already in function.) Wiki page edited by ghuntar....@gmail.com   -   Revision r22 Translation from French by monkatx.
    Revision r22 Translation from French by monkatx.
 
Powered by Google Project Hosting