0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 5 months ago. based on code collected 5 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... over 14 years ago
First-phase refactoring to pull the JFrame out of the core game engine. More... over 14 years ago
Updated JavaDoc More... over 14 years ago
Javadoc fix More... over 14 years ago
Updated comments to reflect latest fixes. More... over 14 years ago
Fixed repaint issue when game is paused. More... over 14 years ago
Full JavaDocs, general code cleanup More... over 14 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... over 14 years ago
Fixed resize bug (showSplash may need a rewrite later) More... over 14 years ago
Added help screen functionality, changed from flags for stats to a ScreenType enum. More... over 14 years ago
Changed screenshot shortcut to "s" More... over 14 years ago
New methods for initializing the script interpreter and for recalculating the animal count stats. More... over 14 years ago
[no comment] More... over 14 years ago
Fixed default path for background file More... over 14 years ago
Changed animal properties file load to accept string values for colours. More... over 14 years ago
Example of how to cheat with current game settings. More... over 14 years ago
Updated JavaDocs More... over 14 years ago
Sanitized animal properties when animals are spawned (initial and all later spawns.) More... over 14 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... over 14 years ago
Add actionScript to the animal's properties output (shows up on Animal Stats Screen.) More... over 14 years ago
Skip empty actionScripts More... over 14 years ago
Test for more complex actionScript. More... over 14 years ago
Added new actionScript property. More... over 14 years ago
JavaDoc updates. More... over 14 years ago
Fixed reflection class lookup for animal Action attributes. More... over 14 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... over 14 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... over 14 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... almost 15 years ago
Added .settings to the ignore list More... about 15 years ago
Split out plant dropping behaviour More... about 16 years ago