Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Appropriate correct/blank messages displayed in Navigator for menu actionsHEADmasterJaime Miller2011-04-131-7/+13
* Message is now displayed when time is up in the BattleTimerJaime Miller2011-04-131-45/+60
* Added 'Healed' messages in NavigatorJaime Miller2011-04-121-17/+24
* Fixed minor typoJaime Miller2011-04-121-1/+1
* Edited to fix scan damage bugJaime Miller2011-02-171-4/+13
* Re-implemented art assets into game. Wizard currently has transparency issues.NinjaTurtle2010-11-118-1/+1
* committed files that were ignored during last commit (lose condition)olpc user2010-11-053-848/+867
* Merge branch 'master' of ssh://knightmearh@git.fedorahosted.org/git/fortune_h...olpc user2010-11-050-0/+0
|\
| * Fortune Hunter update:root2010-11-051-0/+31
* | Fortune Hunter update:Jon Meschino2010-11-051-0/+31
|/
* New Fortune Engine code (fixes ticket #56)jlew2010-11-041-0/+0
* Removed links to make windows devs happyjlew2010-10-263-3/+359
* Updated to newest fortune engine codejlew2010-10-211-0/+0
* Moved FortuneEngine to sub modulejlew2010-10-2174-19905/+3
* Fixed some Legacy Path issues with DrawableObjectRemyD2010-10-141-1/+1
* Auto Gen Docs with epydocjlew2010-08-2258-0/+17178
* Comment Fixjlew2010-08-221-1/+1
* Updated git ignore to ignore dist and manifest filesjlew2010-08-221-0/+2
* Directory Cleanupjlew2010-08-2217-307/+0
* Added setup.py, converted engine to a modulejlew2010-08-2215-1/+25
* Come on... Temp files? Keep it clean!jlew2010-08-221-193/+0
* Pep8 Updatesjlew2010-08-221-14/+17
* Added window titlejlew2010-08-222-2/+8
* Updated class to exec (API Change)jlew2010-08-172-1/+2
* More small changes made in testKit; had to declare the display mode before ac...slm2010-08-121-1/+1
* Small change to testKit.pyslm2010-08-121-0/+1
* Modifications made to the naming convention for the log .csv file of the test...slm2010-08-121-6/+12
* Corrected comment placement in testKit so that the program would start.slm2010-08-101-2/+1
* Added more comments to the testKit.py file and removed a depreciated file fro...slm2010-08-102-96/+65
* Final changes have been made to the testKit in devtools/CompleteTestKit/ - Th...slm2010-08-108-181/+260
* Fortune Hunter now incorporates the auto-removal of registered drawable objectsKevin Hockey2010-08-059-41/+27
* Added files which I had previously forgotten to addslm2010-08-05422-0/+3536
* Fixed a lag issue in the DynamicDrawableObject when it reaches the final fram...slm2010-08-052-87/+172
* changed to auto-clean up code + fixed flip bug in old versionKevin Hockey2010-08-052-1/+21
* changed draw methods to no longer pass unneeded dataKevin Hockey2010-08-059-22/+16
* gameengine that defaults to old version for backwards compat.Kevin Hockey2010-08-051-17/+34
* added battle timer functionalityKevin Hockey2010-08-053-4/+9
* Deleted depreciated directories of tests - finalized the prototype of the Dra...slm2010-08-05931-4832/+0
* Moved set position for fps displayjlew2010-08-051-1/+1
* Code Cleanupjlew2010-08-053-194/+0
* Removed unused importsjlew2010-08-051-2/+0
* Added missed __init__ filejlew2010-08-051-0/+0
* Merge branch 'animationrework'jlew2010-08-05242-821/+2665
|\
| * all classes integrated with new animation engineKevin Hockey2010-08-051-4/+1
| * map and major map displayingKevin Hockey2010-08-053-5/+11
| * check to see if the minimap is indeed showing correctlyKevin Hockey2010-08-052-2/+5
| * Merge branch 'animationrework' of git+ssh://git.fedorahosted.org/git/fortune_...davesilver2010-08-053-16/+24
| |\
| | * termbox finished integratingKevin Hockey2010-08-052-4/+8
| | * testingKevin Hockey2010-08-051-5/+4
| | * cast floats to ints in termboxKevin Hockey2010-08-051-2/+3