summary refs log tree commit diff stats
path: root/src/com/fourisland/fourpuzzle/gamestate/mapview/event
Commit message (Expand)AuthorAgeFilesLines
* Engine: Seperated move direction from facing direction HEAD masterStarla Insigna2009-03-261-18/+14
* Engine: Allowed LoopUntilCollisionMoveEvent to be cancelledStarla Insigna2009-03-243-8/+17
* Engine: Fixed MessageWindow non-closureStarla Insigna2009-03-242-7/+26
* Engine: Added ChangeFrequencyMoveEventStarla Insigna2009-03-201-0/+36
* Engine: Fixed many potential bugsStarla Insigna2009-03-1910-14/+79
* Engine: Added ImmutableEventTestStarla Insigna2009-03-181-1/+1
* Engine: Redesigned move frequencyStarla Insigna2009-03-176-61/+32
* Engine: Added ShakeScreen() special actionStarla Insigna2009-03-177-5/+143
* Engine: Added stalking movement typeStarla Insigna2009-03-107-43/+245
* Engine: Commented a lot of codeStarla Insigna2009-03-082-6/+37
* Engine: Added variable movement speedStarla Insigna2009-03-087-13/+126
* Engine: Added a to() method to DirectionStarla Insigna2009-03-082-14/+19
* Engine: Refactored MessageWindowStarla Insigna2009-03-061-3/+17
* Engine: Added Event Thread cancellationStarla Insigna2009-02-234-20/+90
* 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: Fixed EventCall bugStarla Insigna2009-02-162-3/+21
* Engine: Atomicized MapsStarla Insigna2009-02-153-0/+40
* 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-141-3/+13
* Engine: Fixed up JavaDocStarla Insigna2009-02-123-29/+28
* Engine: Wrote Message SystemStarla Insigna2009-02-121-2/+4
* Engine: Changed default TitleScreenStarla Insigna2009-02-101-1/+4
* Engine: Added some control to MusicStarla Insigna2009-02-101-0/+22
* Re-implemented DatabaseStarla Insigna2009-02-092-3/+5
* Started MessageWindowStarla Insigna2009-02-081-1/+1
* Added support for other System filesStarla Insigna2009-02-0830-0/+0
* Added TurnLeft and TurnRight AnimationTypesStarla Insigna2009-02-074-5/+52
* Added tick-processing to AnimationTypeStarla Insigna2009-02-072-33/+29
* Removed unnessecary functions from PossibleEventStarla Insigna2009-02-071-38/+8
* Protected PossibleEventStarla Insigna2009-02-073-55/+124
* Implemented all AnimationTypesStarla Insigna2009-02-072-10/+73
* Started DatabaseStarla Insigna2009-02-071-5/+21
* Added Executor to MoveEventThreadStarla Insigna2009-02-032-14/+19
* 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-033-1/+14
* Added JavaDoc to many classesStarla Insigna2009-02-0218-34/+39
* Added LoopUntilCollisionMoveEventStarla Insigna2009-02-022-8/+41
* Fixed AutomaticViewpoint cache issueStarla Insigna2009-01-301-2/+2
* Implemented viewpoint-related Event actionsStarla Insigna2009-01-301-0/+78
* Created ViewpointStarla Insigna2009-01-301-8/+0
* Added viewpoint scrollingStarla Insigna2009-01-303-11/+21
* 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-284-10/+20
* Created a manager for SpecialEvent action threadsStarla Insigna2009-01-284-2/+82