Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-24 | be more tolerant of files being in different spots, and living on case ↵ | Jonathan Gray | |
sensitive filesystems svn-id: r9846 | |||
2003-08-24 | this should be signed | Jonathan Gray | |
svn-id: r9845 | |||
2003-08-24 | correct slashes in paths | Jonathan Gray | |
svn-id: r9844 | |||
2003-08-24 | bring up the restore game menu when any -x param is specified, this is nicer ↵ | Jonathan Gray | |
than telling it to load a slot as it validates the saves and doesn't try to load a non existent save etc, its also similiar to what the original did (any command line params at all would load the restore menu) svn-id: r9843 | |||
2003-08-24 | we don't need to be told when we've hit a key | Jonathan Gray | |
svn-id: r9842 | |||
2003-08-24 | return read error in PlayCompSpeech for now so we get subtitles | Jonathan Gray | |
svn-id: r9841 | |||
2003-08-24 | Ooops, inventory still needs to be clear when moving through inventory. | Travis Howell | |
svn-id: r9840 | |||
2003-08-24 | Minor cleanup | Travis Howell | |
svn-id: r9839 | |||
2003-08-24 | Update comment | Travis Howell | |
svn-id: r9838 | |||
2003-08-24 | Handle hiding of verbs/inventory in v1-v2 games correctly. | Travis Howell | |
According to diasm. the verbs areas is only enabled and shown when (_userState & 128) is true and verbs/inventory area is cleared/redrawn on each state change. svn-id: r9837 | |||
2003-08-24 | work around compiler bug in GCC 2.95.x | Max Horn | |
svn-id: r9836 | |||
2003-08-23 | fix --disable-engine so it doesn't try to compile disabled engine, what was ↵ | Jonathan Gray | |
I thinking... svn-id: r9835 | |||
2003-08-23 | sync OS X static build rule with Makefile.noconf | Max Horn | |
svn-id: r9834 | |||
2003-08-23 | use startup message, avoid possible race condition on exit | Ruediger Hanke | |
svn-id: r9833 | |||
2003-08-23 | little bugfix, safer code | Ruediger Hanke | |
svn-id: r9832 | |||
2003-08-23 | Added comment keyword, per Fingolfin | Jamieson Christian | |
svn-id: r9831 | |||
2003-08-23 | Add comment | Travis Howell | |
svn-id: r9830 | |||
2003-08-23 | SetPalette conflicts with an OS symbol on OS X | Max Horn | |
svn-id: r9829 | |||
2003-08-23 | fix a resman method and make saving work using SaveFileManager | Jonathan Gray | |
svn-id: r9828 | |||
2003-08-23 | Typo | Travis Howell | |
svn-id: r9827 | |||
2003-08-23 | Added explicit 'ASFX' awareness for clarity | Jamieson Christian | |
svn-id: r9826 | |||
2003-08-23 | Unstubbed the Create/Draw/DeleteSurface() functions, and removed some | Torbjörn Andersson | |
unnecessary stuff from our own Surface class. The former allows the in-game dialogs to at least sort of work, and the latter gained me a few frames per second, according to the built-in FPS counter. svn-id: r9825 | |||
2003-08-23 | Work around for sound resource in ST versions. | Travis Howell | |
svn-id: r9824 | |||
2003-08-22 | Fixed tempo value for Indy3 AD resources. Despite | Jamieson Christian | |
the comment in the source, the disasm value DOES sound closer to the original than the alternative value that came from who-knows-where. The value being used rendered too slow a tempo. svn-id: r9823 | |||
2003-08-22 | enable boot param like option for bs2, valid numbers can be found in startup.inf | Jonathan Gray | |
svn-id: r9822 | |||
2003-08-22 | Add screenshot option for sdl backends, patch #590233 | Travis Howell | |
svn-id: r9821 | |||
2003-08-22 | *** empty log message *** | Travis Howell | |
svn-id: r9820 | |||
2003-08-22 | Added light mask support (in the demo this is most visible when walking | Torbjörn Andersson | |
under the shack), plus some other cleanups. The s->blend & 0x02 case looks bogus to me, but I don't know where it's used and I can't see that the original did it differently. svn-id: r9819 | |||
2003-08-22 | Only hide the mouse cursor if both the mouse animation and the luggage | Torbjörn Andersson | |
animation are removed. svn-id: r9818 | |||
2003-08-22 | Enable bs2 | Travis Howell | |
svn-id: r9817 | |||
2003-08-22 | add sword2 cd dirs | Jonathan Gray | |
svn-id: r9816 | |||
2003-08-22 | stop bs2 trying to cache clusters | Jonathan Gray | |
svn-id: r9815 | |||
2003-08-22 | loom towns needs this as well you can now learn f | Jonathan Gray | |
svn-id: r9814 | |||
2003-08-22 | More tweaks to the PPQN and tempo of AD resources. | Jamieson Christian | |
Loom, Indy3 and monkeyvga are now all running at the right tempo and returning appropriate quarter note counts for the script timers. Fixes a sync regression with the Indy3 opening sequence under -eadlib. Ask me if I care that these numbers may not precisely match the disasm. svn-id: r9813 | |||
2003-08-22 | change sound queue overflow error to warning as error was supposed to be ↵ | Jonathan Gray | |
temporarily apparently... svn-id: r9812 | |||
2003-08-22 | change description of -b option to be more correct, also some consistency in ↵ | Jonathan Gray | |
-h output svn-id: r9811 | |||
2003-08-21 | Fix for Bug [792178] MI1: Intro asynchronity regression | Jamieson Christian | |
Reverted Hoenicke's change. Why was this change made anyway? Do not reinstate the "tempo tweak" before talking to me about why it was needed. svn-id: r9810 | |||
2003-08-21 | crude fix for bug #786995 stop arrow keys being sent to scripts as they are ↵ | Jonathan Gray | |
currently stolen by the keyboard cursor control stuff. I will soon either gut the keyboard cursor stuff or make it non default as it breaks several things svn-id: r9809 | |||
2003-08-21 | -Werror cleanup, don't try to free const variables... | Jonathan Gray | |
svn-id: r9808 | |||
2003-08-21 | patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local ↵ | Jonathan Gray | |
bits in my tree svn-id: r9807 | |||
2003-08-21 | When a menu icon reaches its full size it can be drawn directly, without | Torbjörn Andersson | |
being run through the shrinker first. svn-id: r9806 | |||
2003-08-20 | Draw combined cursor properly. Thanks to joost for finding out that the | Oliver Kiehl | |
maximum cursor size in SDL is 80x80. This *might* cause problems in some cases svn-id: r9805 | |||
2003-08-20 | Lots of cleanup. | Torbjörn Andersson | |
Oh, and the menus should work now. :-) svn-id: r9804 | |||
2003-08-20 | Need explicit include of stdafx because of free_check kluge... | Marcus Comstedt | |
svn-id: r9803 | |||
2003-08-20 | Initial (slightly buggy) support for "luggage" mouse cursors, i.e. cursors | Torbjörn Andersson | |
made up from two different images. svn-id: r9802 | |||
2003-08-20 | Fix speedy music regression in monkeyega/vga/pass. | Travis Howell | |
Add unique tag to sfx when converting AD resources, to solve sfx cutting off music issue in monkeyega/vga. svn-id: r9801 | |||
2003-08-20 | Change Amiga palette option to Amiga version | Travis Howell | |
svn-id: r9800 | |||
2003-08-20 | copied some fixes which only were in 0.5.1 branch. | Robert Göffringmann | |
svn-id: r9799 | |||
2003-08-20 | fix warning (properly initialise 2 dimensional arrays) | Joost Peters | |
svn-id: r9798 | |||
2003-08-20 | Remove my junk | Travis Howell | |
svn-id: r9797 |