aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/parse.h
AgeCommit message (Collapse)Author
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
svn-id: r40867
2009-04-27Some minor clean-upSven Hesse
svn-id: r40166
2009-04-07Fixing the parser-related FIXMEs. 17 and 18 are int16 and int8, respectivelySven Hesse
svn-id: r39893
2009-04-07GOB: Some more cleanupMax Horn
svn-id: r39890
2009-04-07GOB: Gave tons of opcode explicit names. As a result, found potential bugs ↵Max Horn
in parse_v2.cpp (related to OP_LOAD_VAR_UINT8 and OP_LOAD_VAR_UINT16, see FIXME comments in parse.h) svn-id: r39889
2009-04-07GOB: Some more code cleanup. My respect for the developers of the original ↵Max Horn
GOB engine is at an all-time low :) svn-id: r39888
2009-04-07GOB: Gave some numerical constants a name. This codebase is a bit of a mess ↵Max Horn
;) (tons of duplicate code, unnamed constants, etc.) svn-id: r39882
2008-12-05Parsing fixes for Urban RunnerSven Hesse
svn-id: r35247
2008-09-02Urban Runner stubsSven Hesse
svn-id: r34286
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
svn-id: r30238
2007-05-30Updated 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-04-25Removing lots of superfluous semicola (see mail by David Weinehall on ↵Max Horn
scummvm-devel) svn-id: r26594
2007-04-02"char *" -> "byte *" where appropriateSven Hesse
svn-id: r26369
2007-03-29- Properly implemented the ImdPlayerSven Hesse
- Some more clean-up svn-id: r26316
2007-03-20Major 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
2006-05-21make printExpr, skipExpr accept both gob1 and gob2 expressionsWillem Jan Palenstijn
svn-id: r22568
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582