0
I Use This!
Inactive

Commits : Listings

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