Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-10 | renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and ↵ | Max Horn | |
_realWidth/_realHeight -> _screenWidth/_screenHeight (inspired by MadMoose, but I'll take the blame - still this seems much more logical & intuitive) svn-id: r7423 | |||
2003-05-08 | init all VAR_* variables to 0xFF; replaced access to _vars in the form ↵ | Max Horn | |
_vars[VAR_*] by VARS(VAR_*) which performs a validity checK; renamed _vars to _scummVars to make sure I updated all places; fixed two places where V6 and newer games would access V5 vars (but there are still some left, it seems); checked VAR access for now only generates a warning svn-id: r7393 | |||
2002-12-16 | Tip: If your going to call a member function of a pointer to an object... do ↵ | James Brown | |
it BEFORE you delete the pointer :) svn-id: r5989 | |||
2002-12-15 | more space for debug output | Max Horn | |
svn-id: r5984 | |||
2002-12-15 | debugger can now use the console (experimental, and thus disabled by default) | Max Horn | |
svn-id: r5974 | |||
2002-12-09 | cleanup | Max Horn | |
svn-id: r5893 | |||
2002-11-05 | note to self: always test with precompiled headers off before checkin | Max Horn | |
svn-id: r5430 | |||
2002-11-05 | don't use non-portable hack to swap ints, it's so much easier using SWAP | Max Horn | |
svn-id: r5428 | |||
2002-11-02 | add the ability to view/set debugging level to the debugger | Jonathan Gray | |
svn-id: r5386 | |||
2002-10-22 | fixing various warnings that occur with -Wshadow;some other minor cleanup | Max Horn | |
svn-id: r5239 | |||
2002-09-17 | Replace some exit()'s with a call to the OSystem quit method, as per 610251. | James Brown | |
svn-id: r4956 | |||
2002-09-01 | fixes to resolutions | Paweł Kołodziejski | |
svn-id: r4893 | |||
2002-08-24 | fixed warnings | Max Horn | |
svn-id: r4833 | |||
2002-08-21 | Initial revision | Max Horn | |
svn-id: r4785 |