summary refs log tree commit diff stats
path: root/src/com/fourisland
Commit message (Expand)AuthorAgeFilesLines
...
* Engine: Added some control to MusicStarla Insigna2009-02-105-9/+93
* Engine: Removed Music starting delayStarla Insigna2009-02-103-0/+91
* Engine: Tweaked Window background positioningStarla Insigna2009-02-102-4/+9
* Engine: Refactored SystemGraphic transparencyStarla Insigna2009-02-104-24/+65
* Re-implemented DatabaseStarla Insigna2009-02-0915-118/+316
* Added Decision2 soundStarla Insigna2009-02-083-1/+3
* Added an RTPStarla Insigna2009-02-089-24/+27
* Started MessageWindowStarla Insigna2009-02-084-2/+153
* Tweaked Window graphic valuesStarla Insigna2009-02-082-8/+7
* Fixed Window Selector background alignmentStarla Insigna2009-02-082-2/+3
* Added flickering to Selector windowStarla Insigna2009-02-081-6/+27
* Add choice choosing to ChoiceWindowStarla Insigna2009-02-086-110/+253
* Added Sound Effect supportStarla Insigna2009-02-082-0/+80
* Added support for other System filesStarla Insigna2009-02-0870-16/+38
* Added text centering to ChoiceWindowStarla Insigna2009-02-082-4/+11
* Implemented a basic ChoiceWindowStarla Insigna2009-02-086-0/+260
* Added TurnLeft and TurnRight AnimationTypesStarla Insigna2009-02-076-26/+133
* Added tick-processing to AnimationTypeStarla Insigna2009-02-077-51/+88
* Removed unnessecary functions from PossibleEventStarla Insigna2009-02-071-38/+8
* Protected PossibleEventStarla Insigna2009-02-073-55/+124
* Implemented all AnimationTypesStarla Insigna2009-02-075-41/+92
* Fixed Event layer rendering glitchStarla Insigna2009-02-071-2/+14
* Fixed transparent image in ObjectLoaderStarla Insigna2009-02-073-64/+4
* Fixed a transition problemStarla Insigna2009-02-074-4/+17
* Started DatabaseStarla Insigna2009-02-0711-13/+142
* Implemented SlideTransitionStarla Insigna2009-02-066-3/+159
* Fixed SaveFile I/O closing forgetnessStarla Insigna2009-02-051-2/+1
* Fixed Transition processingStarla Insigna2009-02-053-19/+50
* Added Executor to MoveEventThreadStarla Insigna2009-02-033-16/+21
* Started working on new TransitionsStarla Insigna2009-02-0314-154/+299
* Fixed [Gotez06] InterruptedException violationStarla Insigna2009-02-036-38/+18
* 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-022-25/+106
* Fixed AutomaticViewpoint cache issueStarla Insigna2009-01-302-7/+8
* Implemented viewpoint-related Event actionsStarla Insigna2009-01-307-4/+218
* 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-286-11/+28
* 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-272-18/+9
* Fixed "walk-thru-me" bugStarla Insigna2009-01-279-43/+133