Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-13 | TSAGE: Always initialise the event in getEvent() | eriktorbjorn | |
This fixes Valgrind warnings when getEvent() is called when there are no pending events at all. | |||
2011-04-13 | TSAGE: Move two functions from .h to .cpp (thanks fuzzie for reporting that) | strangerke | |
2011-04-13 | TSAGE: Fix two GCC warnings (which were bugs). Thanks LordHoto for reporting ↵ | strangerke | |
those. | |||
2011-04-13 | TSAGE: "Cosmetic" cleanups | strangerke | |
2011-04-13 | TSAGE: Fix build as dynamic plugin. | Johannes Schickel | |
2011-04-13 | TSAGE: Fix compilation on NDS. | Johannes Schickel | |
It is not safe to assume one can construct a va_list by using NULL. Instead I created a temporary (uninitialized!) dummy, which is passed in the call to the Action::attached implementation. I added a TODO to resolve this temporary hack. | |||
2011-04-13 | TSAGE: Fix compilation on Mac OS X PPC. | Johannes Schickel | |
Mac OS X PPC's standard C(++) library does not feature any sqrtf function, since the parameter is double anyway I changed it to use sqrt for now. We might want to consider adding some global macros for that on such platforms. Another instance where the same issues caused problems in the past is the MT-32 emulator. See audio/softsynth/mt32/synth.cpp lines 30 to 43 for reference. | |||
2011-04-13 | TSAGE: Cleanup custom List usage. | Johannes Schickel | |
This makes the code use Common::List for all cases where synchronization can not be done with tSage::List::synchronise. Furthermore I renamed the custom List class to SynchronisedList to stress its purpose. I also removed clear2, contains and forEach and replaced them with algorithm usage from Common:: or in the case of "contains" replaced them with a simple inline function which uses Common::find. | |||
2011-04-13 | TSAGE: Fix compilation on Linux/amd64 with g++ 4.5.2. | Johannes Schickel | |
2011-04-13 | TSAGE: Fix warning | Willem Jan Palenstijn | |
2011-04-13 | TSAGE: Fixed warnings identified by Buildbot | Paul Gilbert | |
2011-04-13 | TSAGE: Change palette code from 4-byte to 3-byte palettes | Paul Gilbert | |
2011-04-13 | TSAGE: Fix a crash using the new palette effect. It still doesn't show much... | strangerke | |
2011-04-12 | TSAGE: Implement most of the scene 9900. New palette animation is currently ↵ | strangerke | |
broken, to be fixed | |||
2011-04-12 | TSAGE: Reworked the 'probe approaching rocks' cut-scene to work correctly | Paul Gilbert | |
The problem is the original game presumed that rendering a single frame would take at least 10 ticks (at 60Hz). Since the ScummVM renders it faster than then, the cutscene wasn't working. A new 'ProbeMover' class has been created to ensure the probe shrinking keeps correct pace with the probe's movement. | |||
2011-04-10 | TSAGE: Fixed bug in Scene #6100 with sunflowers briefly appearing too large | Paul Gilbert | |
2011-04-10 | TSAGE: Lots more bugfixes for Scene #6100 | Paul Gilbert | |
2011-04-10 | TSAGE: Fix memory leak in the GfxSurface class | Paul Gilbert | |
2011-04-10 | TSAGE: Simplified the custom surface code in GfxSurface | Paul Gilbert | |
2011-04-09 | TSAGE: Fixing uninitialised read errors identified by Valgrind | Paul Gilbert | |
2011-04-09 | TSAGE: Clarifying field names in Scene #6100 | Paul Gilbert | |
2011-04-09 | TSAGE: Fixing memory leaks | Paul Gilbert | |
2011-04-09 | Merge remote branch 'remotes/Strangerke/master' into tsage | Paul Gilbert | |
2011-04-09 | TSAGE: Fix to disable palette rotations when the scene changes | Paul Gilbert | |
2011-04-09 | TSAGE: Cleanup: rename quickInit() methods into setup() for naming consistency | strangerke | |
2011-04-09 | TSAGE: move SceneObject3 and 4 to scenes8 and 10, rename them their unknown ↵ | strangerke | |
fields, and fix a glitch in scene9150 | |||
2011-04-09 | TSAGE: Slight re-ordering of method calls in SceneHandler::dispatch | Paul Gilbert | |
This fixes a problem in the title screen where the game title briefly appeared at full size. | |||
2011-04-09 | TSAGE: Corrections to palette rotation | Paul Gilbert | |
2011-04-09 | TSAGE: Some bugfixes to calculating object distances in Scene #6100 | Paul Gilbert | |
2011-04-09 | TSAGE: Clarified ObjectMover _field6E as _regionIndex | Paul Gilbert | |
2011-04-09 | TSAGE: Compilation fixes for GCC | Paul Gilbert | |
2011-04-09 | TSAGE: move SceneHotspot_2 to scenes8, rename it to NamedHotspotMult, rename ↵ | strangerke | |
unknown fields | |||
2011-04-08 | Merge branch 'tsage' of http://github.com/dreammaster/scummvm | strangerke | |
2011-04-08 | TSAGE: move NamedHotspot back into core. Replace HotspotBase4300 by ↵ | strangerke | |
NamedHotspot and suppress it. | |||
2011-04-08 | TSAGE: Rename SceneHotspot_3 to NamedHotspot | strangerke | |
2011-04-08 | TSAGE: Switched the startup scene from Scene #30 to Scene #1000 (Title Screen) | Paul Gilbert | |
2011-04-08 | TSAGE: Move SceneHotspot_3 to Scene10, rename unknown fields, fix sword bug ↵ | strangerke | |
in scene 9850 (thanks Dreammaster) | |||
2011-04-08 | TSAGE: Fix typo | strangerke | |
2011-04-08 | Tsage: Add scene 9850 (with several bugs :/) and skeleton of scene 9900. | strangerke | |
2011-04-08 | Merge branch 'tsage' of http://github.com/dreammaster/scummvm | strangerke | |
2011-04-08 | TSAGE: Renamed other previously unnamed object flag constants | Paul Gilbert | |
2011-04-08 | TSAGE: Renamed OBJFLAG_100 as OBJFLAG_HIDE | Paul Gilbert | |
2011-04-08 | TSAGE: Fixed problem with pathfinder add extra unnecessary steps | Paul Gilbert | |
2011-04-05 | TSAGE: rename an object in scene9500, fix 2 bugs, remove debug strings | strangerke | |
2011-04-05 | TSAGE: Add scene 9500 | strangerke | |
2011-04-05 | Merge branch 'tsage' of http://github.com/dreammaster/scummvm | strangerke | |
Conflicts: engines/tsage/ringworld_scenes10.cpp | |||
2011-04-05 | TSAGE: Add scene 9450 (not perfect) | strangerke | |
2011-04-05 | TSAGE: Reimplemented the old _sceneObjectListeners as _altSceneObjects | Paul Gilbert | |
2011-04-04 | TSAGE: Some work on fixing Scene 6100 | Paul Gilbert | |
2011-04-03 | TSAGE: Fix SpeakerGText, Add SpeakerOR, implement Scene9400 | strangerke | |