Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20511 | |||
2006-02-07 | Removed .cvsignore files | Max Horn | |
svn-id: r20424 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-10-26 | Add missing break. Thanks to Cody56 | Eugene Sandulenko | |
svn-id: r19309 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-10-08 | revert previous changes related to #ifdefs | Chris Apers | |
svn-id: r18969 | |||
2005-10-08 | More DISABLE_SCUMM_7_8 | Chris Apers | |
svn-id: r18967 | |||
2005-08-14 | Replace warnings with debug, errors or printfs: | Travis Howell | |
-To catch any missing cases/functions used. -To prevent users reporting warnings as bugs svn-id: r18682 | |||
2005-08-11 | rename some actor struct fields | Gregory Montoir | |
svn-id: r18664 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-07-23 | add missing break | Gregory Montoir | |
svn-id: r18576 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-05-28 | Possible fix for #1210373 FT: "wrong INSANE parameters for EN_VULTF2" | Eugene Sandulenko | |
svn-id: r18287 | |||
2005-05-25 | abs -> ABS (code unification) | Max Horn | |
svn-id: r18246 | |||
2005-05-14 | Improvements to --disable-* stuff. Now less ugly #ifdefs with #includes. | Eugene Sandulenko | |
svn-id: r18100 | |||
2005-05-08 | Comply with our coding conventions | Max Horn | |
svn-id: r17972 | |||
2005-05-07 | Add eriktorbjorn's patch for: | Travis Howell | |
#1018588 - FT: Xlib async errors in INSANE sequences svn-id: r17937 | |||
2005-04-20 | Replaced the platform specific GF_FOO switches (using _platform instead now) | Max Horn | |
svn-id: r17716 | |||
2005-04-03 | Removed reinit() and replaced with offsets of zero. We only need to skip ↵ | Travis Howell | |
type/size. Removed AnimHeader check in parseNextFrame() and _skipPalette, since AnimHeader is correctly skipped when required now. svn-id: r17343 | |||
2005-03-31 | Started to move some resource related code into a new class ResourceManager ↵ | Max Horn | |
(hypothetic goal for the future: use ResourceManager in ScummEx) svn-id: r17311 | |||
2005-03-11 | Mass-renamed all variables of Actor object according to our current code | Eugene Sandulenko | |
formatting standards. Earlier we had half of vars named with leading underscore and half without it. Now code in actor.cpp is considerably more readable. svn-id: r17068 | |||
2005-01-10 | system.h was being included in tons of places, without any good reason; ↵ | Max Horn | |
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527 | |||
2005-01-08 | Fix wron Vulture male 1 animation. Thanks to salty-horse for reporting | Eugene Sandulenko | |
and help with fixing. svn-id: r16484 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-30 | correction for previous correction :) | Gregory Montoir | |
svn-id: r16393 | |||
2004-12-30 | minor correction, checked against disasm | Gregory Montoir | |
svn-id: r16392 | |||
2004-12-05 | this is just how watcom handles signed division | Gregory Montoir | |
svn-id: r15987 | |||
2004-10-11 | Fix bug #1044074. Check which triggered the error is too strict, so | Eugene Sandulenko | |
disable it. svn-id: r15514 | |||
2004-09-28 | Changed more of the actor class members to match our coding guidelines (in ↵ | Max Horn | |
the future, when adding new member vars here, please always use our conventions, i.e. prefix them with _ and use CamelBackStyle svn-id: r15331 | |||
2004-09-18 | fixed warnings | Paweł Kołodziejski | |
svn-id: r15161 | |||
2004-09-05 | Fix bug which sometimes lead to some enemies never appear. | Eugene Sandulenko | |
Remove some unused code. Give some vars and functions proper names. svn-id: r14902 | |||
2004-09-04 | cleanup | Gregory Montoir | |
svn-id: r14884 | |||
2004-08-14 | Check no longer required | Travis Howell | |
Move palette function define back to correct place svn-id: r14590 | |||
2004-08-11 | A few corrections | Travis Howell | |
svn-id: r14554 | |||
2004-08-09 | Better method, shouldn't be used in PC FT demo. | Travis Howell | |
svn-id: r14527 | |||
2004-08-09 | A few more correction for INSANE in PC FT demo | Travis Howell | |
svn-id: r14526 | |||
2004-08-08 | No longer required | Travis Howell | |
svn-id: r14514 | |||
2004-08-08 | Correction from FT disasm. | Travis Howell | |
svn-id: r14511 | |||
2004-08-08 | Non-interactive INSANE sequence in PC FT demo works now. | Travis Howell | |
svn-id: r14509 | |||
2004-08-08 | insane skip tag is different in PC FT demo | Travis Howell | |
svn-id: r14508 | |||
2004-08-07 | Re-arrange code to allow second INSANE in PC FT demo to work | Travis Howell | |
svn-id: r14500 | |||
2004-08-07 | Always clear weapons in INSANE of PC FT demo | Travis Howell | |
svn-id: r14499 | |||
2004-08-07 | Correction my earlier mistake | Travis Howell | |
svn-id: r14498 | |||
2004-08-07 | Update | Travis Howell | |
svn-id: r14497 | |||
2004-08-07 | Wrong value | Travis Howell | |
svn-id: r14496 | |||
2004-08-07 | Ooops | Travis Howell | |
svn-id: r14495 | |||
2004-08-07 | PC FT demo INSANE actually used a combined actor02Reaction/actor03Reaction | Travis Howell | |
svn-id: r14494 | |||
2004-08-07 | More PC FT demo INSANE differences (Sounds) | Travis Howell | |
svn-id: r14493 | |||
2004-08-07 | More PC FT demo INSANE differences (Sounds) | Travis Howell | |
svn-id: r14492 | |||
2004-08-06 | More PC FT demo INSANE differences (Costumes) | Travis Howell | |
svn-id: r14486 |