0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 10 months ago. based on code collected 10 months ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Introduced a true headless mode. Only a minor performance gain versus the previous headless mode (which still created the window but didn't paint to it while the window was minimized). The main advantage is that it can now run on a headless server. More... almost 15 years ago
First-phase refactoring to pull the JFrame out of the core game engine. More... almost 15 years ago
Updated JavaDoc More... almost 15 years ago
Javadoc fix More... almost 15 years ago
Updated comments to reflect latest fixes. More... almost 15 years ago
Fixed repaint issue when game is paused. More... almost 15 years ago
Full JavaDocs, general code cleanup More... almost 15 years ago
Trigger redrawing when the screen is damaged. Fixes bug where resizing or minimizing the Stats or Splash screen results in a blank gray screen. More... almost 15 years ago
Fixed resize bug (showSplash may need a rewrite later) More... almost 15 years ago
Added help screen functionality, changed from flags for stats to a ScreenType enum. More... almost 15 years ago
Changed screenshot shortcut to "s" More... almost 15 years ago
New methods for initializing the script interpreter and for recalculating the animal count stats. More... almost 15 years ago
[no comment] More... almost 15 years ago
Fixed default path for background file More... almost 15 years ago
Changed animal properties file load to accept string values for colours. More... almost 15 years ago
Example of how to cheat with current game settings. More... almost 15 years ago
Updated JavaDocs More... almost 15 years ago
Sanitized animal properties when animals are spawned (initial and all later spawns.) More... almost 15 years ago
Changed property loader to skip blank values (instead the default value will be used.) That means properties need not be commented out or removed from the file in order to use the default value. More... almost 15 years ago
Add actionScript to the animal's properties output (shows up on Animal Stats Screen.) More... almost 15 years ago
Skip empty actionScripts More... almost 15 years ago
Test for more complex actionScript. More... almost 15 years ago
Added new actionScript property. More... almost 15 years ago
JavaDoc updates. More... almost 15 years ago
Fixed reflection class lookup for animal Action attributes. More... almost 15 years ago
Fixed reflection class lookup for animal Action attributes. Fixed path to background images. Fixed randomization of children to use local random generator if randomizeChildren flag is false. Changed ActionInterpreter to automatically import the Actions enum and get a reference to this animal. More... almost 15 years ago
Add BeanShell support for performing actions. Made internal classes public, moved main class out of the default package and into ca.townsends.games.evolution. More... almost 15 years ago
Fixed statistics bug - initial stat hash table population was using the wrong method to check whether the key already exists. Also nullified "clicked" list when returning to the main screen. More... over 15 years ago
Added .settings to the ignore list More... over 15 years ago
Split out plant dropping behaviour More... over 16 years ago