aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/ringworld
AgeCommit message (Collapse)Author
2015-01-26TSAGE: Ringworld - Declare _sitFl as a booleanStrangerke
2015-01-26TSAGE: Ringworld - Fix unitialized variableStrangerke
2014-10-04TSAGE: Add list of files that contain translatable stringsThierry Crozat
2014-07-01TSAGE: Fix incorrect scene item resource in Ringworld 1Paul Gilbert
2014-02-18TSAGE: Make GPL headers consistent with themselves.Johannes Schickel
2014-02-16TSAGE: Janitorial - Remove trailing spacesStrangerke
2014-02-09TSAGE: Ringworld - Remove a redundant check on the previous scene number in ↵Strangerke
scene 9500
2014-02-09TSAGE: Ringworld - Reduce the scope of a couple of variablesStrangerke
2013-12-19TSAGE: Ringworld - Some renaming in scene 2230Strangerke
2013-12-19TSAGE: Ringworld - Remove a useless variableStrangerke
2013-12-19TSAGE: Remove 3 useless variable from Scene, increment savegame versionStrangerke
2013-12-19TSAGE: Some renaming in StripManagerStrangerke
2013-11-24TSAGE: Remove a couple of useless/obsolete warningsStrangerke
2013-11-24TSAGE: RINGWORLD - Remove unused object, remove erroneous commentsStrangerke
2013-11-11TSAGE: Ringworld - Renaming in scene 90Strangerke
2013-11-11TSAGE: Ringworld: Renaming in scene 60Strangerke
2013-11-11TSAGE: Ringworld: renaming in scene 50, ...Strangerke
Also: - some minor refactoring in scene 30 - bugfixing of background in scene 50 - modification of original behavior for LOOK cursor on the wall, which was inappropriate. - misc comments of useless objects - reduce scope of some variables
2013-11-11TSAGE: Ringworld - Renaming in scene 40, remove a useless variableStrangerke
2013-11-11TSAGE: Ringworld - Renaming in scene 20, small refactoring, remove a useless ↵Strangerke
variable
2013-11-11TSAGE: Ringworld - Renaming in scene 15Strangerke
2013-11-11TSAGE: Ringworld - Renaming in scene 10Strangerke
2013-11-10TSAGE: Janitorial - Remove trailing spaces and tabsStrangerke
2013-11-02TSAGE: Ringworld - Remove one useless variable. Savegame compatibility ↵Strangerke
preserved.
2013-10-27TSAGE: Fix CID 1002392 and CID 1002387Strangerke
2013-10-27TSAGE: Fix CID 1002385, 1002386, 1002388. Move some code from header to ↵Strangerke
source file
2013-07-16TSAGE: Fix stray "You have no use for that." messageTorbjörn Andersson
This would happen in Ringworld when clicking on the slot in the flycycle. I have compared the behaviour to the original, and I can't see any obvious differences after my change. CID 1003728
2013-04-27TSAGE: Fix some non-initialized variables. CID 1002389, 1002390, 1002391Strangerke
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-08-09TSAGE: Fix "if" formatting.Johannes Schickel
2012-08-07TSAGE: Apply naming conventions to surfaceGetArea(). Thanks to somaen for ↵Strangerke
reporting it.
2012-01-01TSAGE: Do all screen drawing in an intermediate temporary screen surface.Paul Gilbert
This will be the first half of properly handling on screen dirty rects.
2012-01-01TSAGE: Revert buggy implementation of dirty rectsPaul Gilbert
This reverts commit f69dfba21a5d4be8cc60a20a0dd0628717fa5373.
2011-12-27TSAGE: Centralised all the setDetails methods in the various gamesPaul Gilbert
This puts them all in the common SceneHotspot class, rather than each game having their own repeated implementations of them.
2011-12-22TSAGE: Moved look/use/talk descriptions to SceneItem class, and implemented ↵Paul Gilbert
R2R SceneExt::display
2011-12-18TSAGE: Bugfix for Ringworld saving and restoring via options dialogPaul Gilbert
2011-12-18TSAGE: Implemented dirty rect handling in the enginePaul Gilbert
This should help improve performance when scalers are being used.
2011-12-17TSAGE: Disallow saving and loading via the GMM when a dialog is activePaul Gilbert
2011-11-28TSAGE: Ringworld - Cleanup: Remove useless includeStrangerke
2011-11-17TSAGE: Ringworld - Cleanup: Rename some variablesStrangerke
2011-10-31TSAGE: Implemented Blue Force Options dialog and moved Inventory dialog to ↵Paul Gilbert
Ringworld namespace
2011-10-29JANITORIAL: Remove unnecessary semicolonsTorbjörn Andersson
2011-10-14TSAGE: Bugfix for #3423512 - Not being able to get crownPaul Gilbert
2011-10-14TSAGE: Bugfix for Ringworld demo having save/restore buttons enabled in GMMPaul Gilbert
This splits checking if save and load are enabled to the individual game classes.
2011-10-12TSAGE: Fix some animate() calls for ANIM_MODE_7 that were missing a parameterPaul Gilbert
2011-10-12TSAGE: Bugfix for #3422150 - GUI dialog when clicking on skullsPaul Gilbert
2011-10-12TSAGE: Separated the NamedHotspot class into separate versions for Ringworld ↵Paul Gilbert
and Blue Force This fixes bug #3422141, which was also caused by special checks introduced to try and handle Blue Force hotspots differently
2011-10-11TSAGE: Rename hotspots in ringworld, scene 9100Strangerke
2011-10-02TSAGE: Added 'g' prefix to global variablesPaul Gilbert
2011-09-24TSAGE: Fixed core engine display of background scene objectsPaul Gilbert
2011-09-11TSAGE: Implemented Scene 60 - MotorcyclePaul Gilbert