summary refs log tree commit diff stats
path: root/src/com/fourisland/fourpuzzle/gamestate/mapview
Commit message (Expand)AuthorAgeFilesLines
* Engine: Rewrote Database Transition storageStarla Insigna2009-02-221-3/+3
* Engine: Abstracted ComparsionStarla Insigna2009-02-172-14/+7
* Engine: Abstracted game state transitionsStarla Insigna2009-02-161-17/+6
* Engine: Abstracted action keyStarla Insigna2009-02-161-1/+1
* Engine: Fixed EventCall bugStarla Insigna2009-02-162-3/+21
* Engine: Fixed MessageWindow bugStarla Insigna2009-02-151-60/+55
* Engine: Atomicized MapsStarla Insigna2009-02-154-0/+56
* Engine: Created Fade transitionsStarla Insigna2009-02-151-4/+20
* 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-122-14/+4
* Engine: Rewrote Map abstractionStarla Insigna2009-02-122-40/+46
* Engine: Added global fontStarla Insigna2009-02-112-3/+4
* Engine: Changed default TitleScreenStarla Insigna2009-02-101-1/+4
* Engine: Added some control to MusicStarla Insigna2009-02-104-7/+77
* Re-implemented DatabaseStarla Insigna2009-02-092-3/+5
* Started MessageWindowStarla Insigna2009-02-082-1/+13
* Added support for other System filesStarla Insigna2009-02-0839-0/+0
* 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-071-5/+21
* Added Executor to MoveEventThreadStarla Insigna2009-02-033-16/+21
* Started working on new TransitionsStarla Insigna2009-02-031-0/+44
* 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
* Removed the moveDirection field from AbstractEventStarla Insigna2009-01-284-54/+45
* Added parentMap data to EventStarla Insigna2009-01-277-182/+195
* Renamed MovementType's startMoving()Starla Insigna2009-01-275-6/+5
* Converted GameCharacter's graphic store methodStarla Insigna2009-01-271-5/+3
* Fixed "walk-thru-me" bugStarla Insigna2009-01-278-43/+103