summary refs log tree commit diff stats
path: root/src/com/fourisland/fourpuzzle/gamestate
Commit message (Expand)AuthorAgeFilesLines
* Engine: Rewrote Database Transition storageStarla Insigna2009-02-223-6/+6
* Engine: Abstracted ComparsionStarla Insigna2009-02-172-14/+7
* Engine: Abstracted game state transitionsStarla Insigna2009-02-163-51/+8
* Engine: Abstracted action keyStarla Insigna2009-02-163-4/+3
* Engine: Fixed EventCall bugStarla Insigna2009-02-162-3/+21
* Engine: Fixed MessageWindow bugStarla Insigna2009-02-154-70/+65
* Engine: Atomicized MapsStarla Insigna2009-02-154-0/+56
* Engine: Created Fade transitionsStarla Insigna2009-02-153-10/+32
* Engine: Restricted LayerEvent movingStarla Insigna2009-02-143-1/+27
* Engine: Added basic FaceSet supportStarla Insigna2009-02-142-3/+51
* Engine: Added chipset data to RTPStarla Insigna2009-02-141-13/+29
* Engine: Fixed up JavaDocStarla Insigna2009-02-123-29/+28
* Engine: Wrote Message SystemStarla Insigna2009-02-124-34/+11
* Engine: Rewrote IntervalStarla Insigna2009-02-121-2/+2
* Engine: Rewrote Map abstractionStarla Insigna2009-02-122-40/+46
* Engine: Added global fontStarla Insigna2009-02-112-3/+4
* Engine: Changed default TitleScreenStarla Insigna2009-02-102-4/+7
* Engine: Added some control to MusicStarla Insigna2009-02-104-7/+77
* Re-implemented DatabaseStarla Insigna2009-02-094-11/+18
* Added Decision2 soundStarla Insigna2009-02-081-0/+2
* Started MessageWindowStarla Insigna2009-02-082-1/+13
* Add choice choosing to ChoiceWindowStarla Insigna2009-02-081-19/+53
* Added support for other System filesStarla Insigna2009-02-0842-0/+0
* Added text centering to ChoiceWindowStarla Insigna2009-02-081-2/+1
* Implemented a basic ChoiceWindowStarla Insigna2009-02-081-0/+11
* Added TurnLeft and TurnRight AnimationTypesStarla Insigna2009-02-075-6/+53
* Added tick-processing to AnimationTypeStarla Insigna2009-02-073-39/+34
* Removed unnessecary functions from PossibleEventStarla Insigna2009-02-071-38/+8
* Protected PossibleEventStarla Insigna2009-02-073-55/+124
* Implemented all AnimationTypesStarla Insigna2009-02-073-11/+74
* Fixed Event layer rendering glitchStarla Insigna2009-02-071-2/+14
* Fixed transparent image in ObjectLoaderStarla Insigna2009-02-071-1/+1
* Started DatabaseStarla Insigna2009-02-073-7/+24
* Added Executor to MoveEventThreadStarla Insigna2009-02-033-16/+21
* Started working on new TransitionsStarla Insigna2009-02-033-12/+73
* Fixed [Gotez06] InterruptedException violationStarla Insigna2009-02-035-35/+17
* Fixed MoveEventThread latch breakageStarla Insigna2009-02-031-16/+16
* Added support for OnHeroTouch eventsStarla Insigna2009-02-034-2/+47
* Added JavaDoc to many classesStarla Insigna2009-02-0218-34/+39
* Added LoopUntilCollisionMoveEventStarla Insigna2009-02-022-8/+41
* Added tiled ChipSet supportStarla Insigna2009-02-021-25/+104
* Fixed AutomaticViewpoint cache issueStarla Insigna2009-01-302-7/+8
* Implemented viewpoint-related Event actionsStarla Insigna2009-01-305-1/+215
* Created ViewpointStarla Insigna2009-01-304-51/+121
* Fixed scrolling issuesStarla Insigna2009-01-301-11/+20
* Added viewpoint scrollingStarla Insigna2009-01-305-53/+118
* Fixed LayerEvent rendering condition bugStarla Insigna2009-01-281-7/+1
* Fixed HeroEvent rendering condition bugStarla Insigna2009-01-281-10/+2
* Fixed off-screen bugStarla Insigna2009-01-285-11/+21
* Created a manager for SpecialEvent action threadsStarla Insigna2009-01-285-6/+95