Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-12 | Quick fix to make button texts etc. draw at the correct position. (They | Torbjö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-12 | fixed interpreter bug (negative address offset - may crush system) | Andrew Kurushin | |
implemented inventory save-load svn-id: r18071 | |||
2005-05-12 | Removed unused variables to prevent warnings. | Torbjörn Andersson | |
svn-id: r18070 | |||
2005-05-12 | Whitespace: "(type *)something" instead of "(type *) something", because | Torbjörn Andersson | |
that's how we write it in most other places. svn-id: r18069 | |||
2005-05-12 | Avoid HE regressions. | Travis Howell | |
svn-id: r18068 | |||
2005-05-12 | fixed boar king crush | Andrew Kurushin | |
svn-id: r18067 | |||
2005-05-12 | Moved some more animation stuff out of the Logic class and into the | Torbjörn Andersson | |
increasingly misnamed Router class. (I'll fix the naming later. Probably.) svn-id: r18066 | |||
2005-05-12 | Support for football/footdemo logic | Eugene Sandulenko | |
svn-id: r18065 | |||
2005-05-11 | Implement now spotted Logic opcode in funshops. Now need to find a place | Eugene Sandulenko | |
where another one gets called. svn-id: r18064 | |||
2005-05-11 | Fix crash in puttsfunshop when trying to edit new shape. | Eugene Sandulenko | |
svn-id: r18063 | |||
2005-05-11 | Simple 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-11 | Do not autoscale about dialog, rather let it scale itself properly | Max Horn | |
svn-id: r18061 | |||
2005-05-11 | Start work on support for 'big' widgets | Max Horn | |
svn-id: r18060 | |||
2005-05-11 | Merge loop index variables | Max Horn | |
svn-id: r18059 | |||
2005-05-11 | Reduce header dependencies | Max Horn | |
svn-id: r18058 | |||
2005-05-11 | Some TODO items | Max Horn | |
svn-id: r18057 | |||
2005-05-11 | Mixer is now in namespace Audio. fix compiling. | Oliver Kiehl | |
svn-id: r18056 | |||
2005-05-11 | Added "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-11 | Unify check in initBGBuffers and in getZPlanes | Max Horn | |
svn-id: r18054 | |||
2005-05-11 | Corect _numActors in HE games. | Travis Howell | |
svn-id: r18053 | |||
2005-05-11 | Broke HE70 saved games too, due to activity. | Travis Howell | |
svn-id: r18052 | |||
2005-05-11 | Remove fixmes | Travis Howell | |
Corect _numActors in HE games. svn-id: r18051 | |||
2005-05-11 | Set number of actors by version again. | Travis Howell | |
svn-id: r18050 | |||
2005-05-11 | Made Gdi::_transparentColor protected | Max Horn | |
svn-id: r18049 | |||
2005-05-11 | Add additional logic hook in footdemo/funshops. | Travis Howell | |
svn-id: r18048 | |||
2005-05-11 | Extra debugs no longer required. | Travis Howell | |
svn-id: r18047 | |||
2005-05-11 | some ps2 changes... | Robert Göffringmann | |
svn-id: r18046 | |||
2005-05-11 | Cleanup | Torbjörn Andersson | |
svn-id: r18045 | |||
2005-05-11 | Fixed one part of the problem with Rif's encounter with Sist. Rif no longer | Torbjö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-11 | Corect heversion in some Dutch demos. | Travis Howell | |
svn-id: r18043 | |||
2005-05-11 | Fix compile. | Travis Howell | |
svn-id: r18042 | |||
2005-05-11 | Confirmed filenames | Travis Howell | |
svn-id: r18041 | |||
2005-05-11 | Moved some more stuff to namespace Audio (enough for tonight) | Max Horn | |
svn-id: r18040 | |||
2005-05-10 | Moved 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-10 | Moved (In/Out)SaveFile(Manager) and Timer to namespace Common | Max Horn | |
svn-id: r18038 | |||
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn | |
svn-id: r18037 | |||
2005-05-10 | Preparations to let LogicHE hold game-specific code. Introduced | Eugene Sandulenko | |
GF_HE_985. Feel free to give it more proper name. svn-id: r18036 | |||
2005-05-10 | Forgot to remove debugging messages. | Torbjörn Andersson | |
svn-id: r18035 | |||
2005-05-10 | Fix HE regressions. | Travis Howell | |
svn-id: r18034 | |||
2005-05-10 | Another fix, more cleanup | Max Horn | |
svn-id: r18033 | |||
2005-05-10 | Fix another mistake in the asm-to-C conversion | Max Horn | |
svn-id: r18032 | |||
2005-05-10 | Cleaned up code a bit | Max Horn | |
svn-id: r18031 | |||
2005-05-10 | Small tweak to silence yet another Doxygen complaint | Max Horn | |
svn-id: r18030 | |||
2005-05-10 | drawLine() fixes from Fingolfin. | Travis Howell | |
svn-id: r18029 | |||
2005-05-10 | Check that speech file is open. | Travis Howell | |
svn-id: r18028 | |||
2005-05-10 | Add code for drawPixel | Travis Howell | |
svn-id: r18027 | |||
2005-05-10 | Restore settings again. | Travis Howell | |
svn-id: r18026 | |||
2005-05-10 | Rename opcodes | Travis Howell | |
svn-id: r18025 | |||
2005-05-10 | Rename opcode | Travis Howell | |
svn-id: r18024 | |||
2005-05-10 | Add heversions for dutch versions. | Travis Howell | |
Add dutch freddi1 svn-id: r18023 |