History log of /external/replicaisland/src/com/replica/replicaisland/DrawableFactory.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2b1168acefb6a4104bb7f008df6ac51fcd1de7ec 16-Jan-2011 sm0a9f4@gmail.com <sm0a9f4@gmail.com@1dde52a2-2b62-11df-8484-2f92f965d510> + Fixed lots of bugs. Most notably a divide-by-zero case in the collision system.
+ Add fades to all activity transitions (seems unreliable, though; race condition?)
+ Add Extras Menu, unlockable Linear Mode and Level Select
+ Add difficulty settings: Baby, Kids, and Adult
+ Add on-screen control interface; add support for muli-touch input events
+ Add debug mode frame rate readout (game thread only)
+ Changed most broken game play elements: enemy spawner and shadow slime
+ Added post-game statistics screen
+ Added fist-run control setup dialog
+ Fixed unescaped single quote characters (sorry!)

git-svn-id: http://replicaisland.googlecode.com/svn/trunk@7 1dde52a2-2b62-11df-8484-2f92f965d510
/external/replicaisland/src/com/replica/replicaisland/DrawableFactory.java
9d4cc2572d37983607df38b0f4216ed76ac51814 03-May-2010 sm0a9f4 <sm0a9f4@1dde52a2-2b62-11df-8484-2f92f965d510> Public release v1.3.
+ Rewrote input system to better abstract different hardware from game. Major rework to this section.
+ Added nefarious hacks via "Safe Mode" to work around failures in broken GL drivers used by some handsets (Cliq et al).
+ Various bug fixes and performance improvements.
+ Cranked up pool sizes to allow for more simultaneous game objects. (Runtime heap high watermark is now ~6mb)
+ Fixed bugs in SliderPreference to allow it to be properly instanced.
+ Added some debug frame rate display tools.

git-svn-id: http://replicaisland.googlecode.com/svn/trunk@6 1dde52a2-2b62-11df-8484-2f92f965d510
/external/replicaisland/src/com/replica/replicaisland/DrawableFactory.java
3c1e67e433728684b5f228c5d4f3e5b1457bb271 02-Apr-2010 sm0a9f4 <sm0a9f4@1dde52a2-2b62-11df-8484-2f92f965d510> - Stop using VBOs when rendering with software (no speed improvement, and there are bugs in 1.5 and 1.6 software renderers related to freeing VBOs). This should fix the Cliq and other non-accelerated platforms.
- Fix Memory #034 to restore missing spike tiles. Also move a gem to make that level a little easier.
- Add configurable keyboard setup UI, push configured keys through to game thread.
- Add tilt sensitivity slider UI, hook up to game thread
- Add "what's new" ticker to main menu
- Fix Kabocha spelling error
- Fix out-dated or missing copyright headers (Eclipse seems to have automagically removed a bunch of them--thanks eclipse!)

git-svn-id: http://replicaisland.googlecode.com/svn/trunk@4 1dde52a2-2b62-11df-8484-2f92f965d510
/external/replicaisland/src/com/replica/replicaisland/DrawableFactory.java
cfd74d65d832137e20e193c960802afba73b5d38 18-Mar-2010 sm0a9f4 <sm0a9f4@1dde52a2-2b62-11df-8484-2f92f965d510> Initial submission of Replica Island 1.1 source and assets.

git-svn-id: http://replicaisland.googlecode.com/svn/trunk@2 1dde52a2-2b62-11df-8484-2f92f965d510
/external/replicaisland/src/com/replica/replicaisland/DrawableFactory.java