aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/goblin.cpp
AgeCommit message (Expand)Author
2019-12-12GOB: Fix Missing Default Switch CasesD G Turner
2018-08-17JANITORIAL: Removing trailing spaces after int castsPaul Gilbert
2014-02-18GOB: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-01GOB: Fix spellingSven Hesse
2010-10-30GOB: Make some more map properties protectedSven Hesse
2010-10-25GOB: Fix the Gob3 ladder walking bugSven Hesse
2010-10-25GOB: Fix the Gob3 stairs walking bugSven Hesse
2010-10-15GOB: Remove the now useless helper.hSven Hesse
2010-10-15GOB: Remove strncpy0()Sven Hesse
2010-09-30GOB: Change all drawing to use class SurfaceSven Hesse
2010-05-17Enforce conversion formatting on pointer casts in the DEV code.Johannes Schickel
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-06-06GOB: Got rid of class ReferenceCounter; changed SurfaceDesc::Ptr to SurfaceDe...Max Horn
2009-05-21Splitting a few helper functions out of gob.hSven Hesse
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2008-08-23Fixing _itemsMap access (bug #2069177)Sven Hesse
2008-07-12Changed tricky variable access from pointers to a new class that minds endian...Sven Hesse
2008-05-28Script variables are now always stored in the game version's native endianess.Sven Hesse
2008-05-08Restructured sound codeSven Hesse
2008-05-07Changed the two instances of "delete []" into "delete[] " as wellSven Hesse
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2007-07-25Some more safety checks and the first room's background can be seenSven Hesse
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-27That should fix another segfault when clicking outside of the screen (bug #17...Sven Hesse
2007-04-02"char *" -> "byte *" where appropriateSven Hesse
2007-03-30- Fixed the IMD playing within mults, the non-interactive Gob3 demo should wo...Sven Hesse
2007-03-20Major clean-up, including:Sven Hesse
2007-02-14- Changed the square wave generator / speaker emulation, hopefully fixing the...Sven Hesse
2007-02-05Corrected the clipping of _pressedMapX/_pressedMapY, to avoid accessing inval...Sven Hesse
2007-01-25- Some clean-upSven Hesse
2007-01-13Rename special debug levels to conform our suggested naming scheme.Eugene Sandulenko
2006-12-14Smashed the wizard's house bugSven Hesse
2006-11-27- Properly implemented o2_getCDTrackPos()Sven Hesse
2006-08-12- Some more goblins-handling functionsSven Hesse
2006-06-12Fixing loading of Scenery::_animations[] + small gob2 cleanupSven Hesse
2006-06-10More stub-filling + small clean-upSven Hesse
2006-06-08Fix some msvc8 warnings.Johannes Schickel
2006-06-07More goblin handling functions, now the deactivated goblin showsSven Hesse
2006-06-06Two segfault and several coding style related fixesSven Hesse
2006-05-31Fixed deletion statement as it was deleting arrays(CW compiler was complainin...Lars Persson
2006-05-31Use _mapWidth/_mapHeight instead of constantSven Hesse
2006-05-31Hopefully fixed bug #1498024Sven Hesse
2006-05-31- Removed usage of OSystem::quit(), added a _quitRequested variableSven Hesse
2006-05-29- More GOB2 map conversionsSven Hesse
2006-05-11- Sound! Still a bit glitchy, though:Sven Hesse
2006-02-26stop playing a sample before deleting the sample dataWillem Jan Palenstijn
2006-02-24Changed debug()s to debugC()sSven Hesse