Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2009-05-21 | Splitting a few helper functions out of gob.h | Sven Hesse | |
svn-id: r40765 | |||
2009-04-21 | Patch #2725859 : Added some MD5 to the gob engine, modified the way the ↵ | Arnaud Boutonné | |
first STK and TOT is declared, added inter and draw skeleton for Fascination svn-id: r40059 | |||
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops ↵ | Max Horn | |
like 'while(cond);' by inserting newlines svn-id: r36127 | |||
2008-12-29 | Implemented the non-monospaced font in the save name input field | Sven Hesse | |
svn-id: r35596 | |||
2008-12-14 | More changed collision stuff for Urban Runner | Sven Hesse | |
svn-id: r35364 | |||
2008-12-14 | More modified collision stuff for Urban Runner. The hotspots are correctly ↵ | Sven Hesse | |
recognized now svn-id: r35350 | |||
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily ↵ | Max Horn | |
confused with Engine::quitGame); also cleaned up engine.h a bit svn-id: r34700 | |||
2008-07-10 | Removed unnecessary #inlcudes | Christopher Page | |
svn-id: r32984 | |||
2008-07-09 | Reimplemented pushEvent() and artificialEventQueue to work with Events ↵ | Christopher Page | |
instead of EventTypes. Reimplemented Queue as a List instead of Array. Updated AGOS, AGI, CINE, GOB, and KYRA to work with the current implementation of the GMM svn-id: r32971 | |||
2008-07-08 | GOB works with the new GMM implementation | Christopher Page | |
svn-id: r32955 | |||
2008-06-24 | Added main menu dialog files. Gob is now using the new _quit flag | Christopher Page | |
svn-id: r32771 | |||
2008-05-28 | Script variables are now always stored in the game version's native endianess. | Sven Hesse | |
This should make Woodruff playable on big-endian systems. svn-id: r32352 | |||
2008-05-08 | Restructured sound code | Sven Hesse | |
svn-id: r31937 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
2007-12-23 | Style :P | Sven Hesse | |
svn-id: r29965 | |||
2007-12-23 | Removes warning about shadowing a previous local declaration of filePtr ↵ | Kari Salminen | |
introduced by r29962. Hopefully NDS Gobliiins still works after this! svn-id: r29964 | |||
2007-12-23 | Slight perturbation of the code gen for the sake of NDS Gobliiins | Bertrand Augereau | |
svn-id: r29962 | |||
2007-10-19 | Fixing the Gob3 CD crash on ARM systems/ports | Sven Hesse | |
svn-id: r29235 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-08-19 | Small correction | Sven Hesse | |
svn-id: r28670 | |||
2007-08-19 | Checking in patch #1777241 by Uwe Ryssel (GOB: Some optimizations for slow ↵ | Sven Hesse | |
computers) svn-id: r28664 | |||
2007-08-05 | Possible fix for bug #1767748 (Gobliiins is not fast as it can be on slow ↵ | Sven Hesse | |
computers) svn-id: r28456 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-01 | Made the collisionAreas' coordinates unsigned. This should fix bug #1706988 | Sven Hesse | |
svn-id: r26715 | |||
2007-04-05 | - Minor cleanup | Sven Hesse | |
- Added Inter_v3 (for new opcode o3_getTotTextItemPart) - Some fixes to let Gob3 start with the first screen svn-id: r26383 | |||
2007-04-02 | "char *" -> "byte *" where appropriate | Sven Hesse | |
svn-id: r26369 | |||
2007-03-30 | - Fixed the IMD playing within mults, the non-interactive Gob3 demo should ↵ | Sven Hesse | |
work better now - Replaced strcpy with strncpy where appropriate - Added detection entries for other languages of the multilingual Gob3 CD; bug #1691230 svn-id: r26327 | |||
2007-03-20 | Major clean-up, including: | Sven Hesse | |
- Cutting down the code-dup - Plucking leaks - Removing dead/unused code - Properly naming "word_2342F"-style variables and functions (removing the warnings alongside) - Fleshing out the "stubby" functions - Moving functions and variables to more appropriate/logical places - Re-ordering functions and variables - Re-structuring functions - Moving the IMD stuff into a new "Imd" class in the new imd.cpp/.h (still to be completely implemented and cleaned up) - Formatting - Getting rid off the classes "Anim", "Pack" and "Timer", along with their files svn-id: r26252 | |||
2007-02-12 | - Some fixes for demos and Amiga versions | Sven Hesse | |
- Improved language finding a bit svn-id: r25520 | |||
2007-02-07 | - Fixed another freeze in Ween | Sven Hesse | |
- Changed cursor visibility handling a bit svn-id: r25407 | |||
2007-02-05 | - Moved struct Mult_Data from Mult_v2 to Mult and merged Mult::_multData, ↵ | Sven Hesse | |
Mult::_multData2 and some of the loose variables in Mult - Added some missing MD5s/game versions (#1652352) svn-id: r25393 | |||
2007-01-30 | eplaced platform-specific game features with common platform setting. | Eugene Sandulenko | |
svn-id: r25294 | |||
2007-01-30 | - Changed _soundFlags and implemented "compositions" | Sven Hesse | |
- Changed Snd to be a permanent audiostream, to have better control over stopping, looping and compositions - Some clean-up svn-id: r25292 | |||
2007-01-26 | - Just warn, don't die, when a CD-Track isn't found | Sven Hesse | |
- Before using _vm->_adlib, first check whether it's actually there svn-id: r25205 | |||
2007-01-23 | Added support for Infogrames/RobHubbard2 (amiga) music | Sven Hesse | |
svn-id: r25160 | |||
2007-01-13 | Rename special debug levels to conform our suggested naming scheme. | Eugene Sandulenko | |
svn-id: r25073 | |||
2007-01-06 | - Fixed cut off and missing sounds | Sven Hesse | |
- Fixed a crash/static reported in the forums (sending Winkle to the vulture) - (Hopefully) fixed the immediately-closing notepad heisenbug (#1621089) - Fixed using unitialised values after allocating the variables svn-id: r25025 | |||
2006-11-27 | - Properly implemented o2_getCDTrackPos() | Sven Hesse | |
- Each save has now its own file (.s??). They also should be endian-safe now (Can be disabled for testing by uncommenting #define GOB_ORIGSAVES in gob.cpp) - General endianness-fixes svn-id: r24794 | |||
2006-11-20 | Changed the way sprites-freeing is handled, now the menu sprites and window ↵ | Sven Hesse | |
decorations are drawn svn-id: r24752 | |||
2006-11-19 | Implemented (currently still endian-unsafe) save/load | Sven Hesse | |
svn-id: r24745 | |||
2006-11-14 | Fixed the lock when leaving the menu | Sven Hesse | |
svn-id: r24719 | |||
2006-07-09 | Instead of drawing the mouse cursor as a sprite, let the backend handle it | Sven Hesse | |
svn-id: r23464 | |||
2006-06-29 | - Renamed a few mult-variables to something more fitting | Sven Hesse | |
- Fixed a small mistake, making the entering animation work - Correcting Game_v2::playTot() so that the loading screen is shown - Updated most of the collisions stuff, the objects names hint stuff works now svn-id: r23346 | |||
2006-06-13 | Fixing Scenery::_statics, Game::_totTextData and Game::_totResourceTable | Sven Hesse | |
svn-id: r23078 | |||
2006-06-06 | Two segfault and several coding style related fixes | Sven Hesse | |
svn-id: r22954 | |||
2006-05-31 | - Removed usage of OSystem::quit(), added a _quitRequested variable | Sven Hesse | |
- Fixed some leaks, unitialized memory and delete/delete[]-errors svn-id: r22790 | |||
2006-05-01 | - More differences in Draw_v2::spriteOperation() | Sven Hesse | |
- GOB2 handles _frontSurface/_backSurface a bit differently, this fixes (most of) the drawing glitches in the intro - Added using a fallback when the user's game version doesn't have the requested language - off_2E51B et al. stubs, I think it has something to do with the menu svn-id: r22254 | |||
2006-04-18 | - I misunderstood Draw::initBigSprite(); fixed | Sven Hesse | |
- Changed Draw::spriteOperation() for blitting from/to/between and fillrecting to big sprites - Enabled drawing of text svn-id: r22001 |