aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-14More football logic opcodes.Eugene Sandulenko
svn-id: r18085
2005-05-13Check MD5 at runtime, so game features could be set at run time.Eugene Sandulenko
svn-id: r18084
2005-05-13fixed time().Robert Göffringmann
svn-id: r18083
2005-05-13Added MD5 for (another) Gobliiins 1 CD. See bug report #1201233. Made a fewTorbjörn Andersson
other game detection-related changes, but they're mostly cosmetical at this stage. svn-id: r18082
2005-05-13Check if charset is been used, before expiring the resource.Travis Howell
svn-id: r18081
2005-05-13HE demos sometimes call music tracks that don't exist.Travis Howell
svn-id: r18080
2005-05-13Didn't need to break HE70 saved games after all.Travis Howell
activity/freddi (he71) only use 13 actors. svn-id: r18079
2005-05-13Comment typo.Torbjörn Andersson
svn-id: r18078
2005-05-13Changed back _numActors to 30 for Sam & Max to avoid breaking savegameTorbjörn Andersson
compatibility. svn-id: r18077
2005-05-13Cases apply to rtRoomImage in He70+ too.Travis Howell
svn-id: r18076
2005-05-12Forgot to credit Ivan for his gob engine. Now fix that.Eugene Sandulenko
svn-id: r18075
2005-05-12Remove debug leftover comments.Eugene Sandulenko
svn-id: r18074
2005-05-12Compilation fix.Torbjörn Andersson
svn-id: r18073
2005-05-12Quick fix to make button texts etc. draw at the correct position. (TheyTorbjörn Andersson
were being drawn at unscaled coordinates.) I don't know if this is the correct fix, but the change is small and easy to revert, if need be. svn-id: r18072
2005-05-12fixed interpreter bug (negative address offset - may crush system)Andrew Kurushin
implemented inventory save-load svn-id: r18071
2005-05-12Removed unused variables to prevent warnings.Torbjörn Andersson
svn-id: r18070
2005-05-12Whitespace: "(type *)something" instead of "(type *) something", becauseTorbjörn Andersson
that's how we write it in most other places. svn-id: r18069
2005-05-12Avoid HE regressions.Travis Howell
svn-id: r18068
2005-05-12fixed boar king crushAndrew Kurushin
svn-id: r18067
2005-05-12Moved some more animation stuff out of the Logic class and into theTorbjörn Andersson
increasingly misnamed Router class. (I'll fix the naming later. Probably.) svn-id: r18066
2005-05-12Support for football/footdemo logicEugene Sandulenko
svn-id: r18065
2005-05-11Implement now spotted Logic opcode in funshops. Now need to find a placeEugene Sandulenko
where another one gets called. svn-id: r18064
2005-05-11Fix crash in puttsfunshop when trying to edit new shape.Eugene Sandulenko
svn-id: r18063
2005-05-11Simple and crude demo of the 'big' buttons -- the infrastructure for this ↵Max Horn
isn't complete, but at least you can see where we are heading... svn-id: r18062
2005-05-11Do not autoscale about dialog, rather let it scale itself properlyMax Horn
svn-id: r18061
2005-05-11Start work on support for 'big' widgetsMax Horn
svn-id: r18060
2005-05-11Merge loop index variablesMax Horn
svn-id: r18059
2005-05-11Reduce header dependenciesMax Horn
svn-id: r18058
2005-05-11Some TODO itemsMax Horn
svn-id: r18057
2005-05-11Mixer is now in namespace Audio. fix compiling.Oliver Kiehl
svn-id: r18056
2005-05-11Added "FluidSynth" to the features string. We may have to start word-Torbjörn Andersson
wrapping it in the "About" dialog... svn-id: r18055
2005-05-11Unify check in initBGBuffers and in getZPlanesMax Horn
svn-id: r18054
2005-05-11Corect _numActors in HE games.Travis Howell
svn-id: r18053
2005-05-11Broke HE70 saved games too, due to activity.Travis Howell
svn-id: r18052
2005-05-11Remove fixmesTravis Howell
Corect _numActors in HE games. svn-id: r18051
2005-05-11Set number of actors by version again.Travis Howell
svn-id: r18050
2005-05-11Made Gdi::_transparentColor protectedMax Horn
svn-id: r18049
2005-05-11Add additional logic hook in footdemo/funshops.Travis Howell
svn-id: r18048
2005-05-11Extra debugs no longer required.Travis Howell
svn-id: r18047
2005-05-11some ps2 changes...Robert Göffringmann
svn-id: r18046
2005-05-11CleanupTorbjörn Andersson
svn-id: r18045
2005-05-11Fixed one part of the problem with Rif's encounter with Sist. Rif no longerTorbjörn Andersson
disappears, but he still won't respond to commands. And he appears to be facing in the wrong direction. svn-id: r18044
2005-05-11Corect heversion in some Dutch demos.Travis Howell
svn-id: r18043
2005-05-11Fix compile.Travis Howell
svn-id: r18042
2005-05-11Confirmed filenamesTravis Howell
svn-id: r18041
2005-05-11Moved some more stuff to namespace Audio (enough for tonight)Max Horn
svn-id: r18040
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' ↵Max Horn
because we already have many classes with that name) svn-id: r18039
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
svn-id: r18038
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
svn-id: r18037
2005-05-10Preparations to let LogicHE hold game-specific code. IntroducedEugene Sandulenko
GF_HE_985. Feel free to give it more proper name. svn-id: r18036