Age | Commit message (Collapse) | Author |
|
endianess.
This should fix a few regressions with BE games on LE systems and vice versa that I introduced when I changed how variables are stored (which was necessary to get Woodruff work on BE systems).
svn-id: r33014
|
|
This should make Woodruff playable on big-endian systems.
svn-id: r32352
|
|
related issues
svn-id: r32161
|
|
svn-id: r30238
|
|
svn-id: r28433
|
|
svn-id: r28333
|
|
It already existed in Gob2 (alongside with sub0x19 - o2_freeCollision()), but wasn't used there.
Hotspots and menus work now (in a way)
svn-id: r28207
|
|
svn-id: r28206
|
|
- Yet another safety check
- Removed another hard-coded screen height
svn-id: r28205
|
|
svn-id: r28181
|
|
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
svn-id: r27024
|
|
svn-id: r26595
|
|
scummvm-devel)
svn-id: r26594
|
|
- wrong positioning of the inventory
- walking
- close-up fadeing in the CD version
svn-id: r26390
|
|
extra background buffer
svn-id: r26386
|
|
svn-id: r26385
|
|
- Added Inter_v3 (for new opcode o3_getTotTextItemPart)
- Some fixes to let Gob3 start with the first screen
svn-id: r26383
|
|
svn-id: r26369
|
|
svn-id: r26325
|
|
- 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
|
|
- Improved language finding a bit
svn-id: r25520
|
|
svn-id: r25401
|
|
- Fixed the cursor animation loops in Ween and Bargon
- Added Draw_Bargon + Inter_Bargon
- Implemented Bargon Attack's hardcoded intro parts
svn-id: r25387
|
|
svn-id: r25311
|
|
- Implemented sound fading in/out
- o2_stub0x81 -> o2_scroll
svn-id: r25307
|
|
- Implemented wide surfaces + scrolling
- Some clean-up
svn-id: r25253
|
|
- Fixed sound playing and looping
- Changed Paula to use non-absolute panning, defaulting to 0.25/0.75 and 0.75/0.25, as per madmoose's suggestion
- Prepared/Cleaned-up Paula and Infogrames for the move to sound/mods/
svn-id: r25189
|
|
svn-id: r24883
|
|
svn-id: r24875
|
|
- Each save has now its own file (.s??). They also should be endian-safe now
(Can be disabled for testing by uncommenting #define GOB_ORIGSAVES in gob.cpp)
- General endianness-fixes
svn-id: r24794
|
|
decorations are drawn
svn-id: r24752
|
|
svn-id: r24745
|
|
- Fixed some mistakes I made in the Parse_v2 functions. Now the goblins
(finally) move. Also, the correct music is played in the first screen.
- Found the hook for the menu
- On freeing a sound slot, only stop the playing music if it's in the
slot to free
svn-id: r23700
|
|
- Updated cursor drawing in general
svn-id: r23429
|
|
- Fixed a small mistake, making the entering animation work
- Correcting Game_v2::playTot() so that the loading screen is shown
- Updated most of the collisions stuff, the objects names hint stuff works now
svn-id: r23346
|
|
- Removed misplaced Music::stopPlay() call
svn-id: r22816
|
|
- Added Music_Dummy (for --music-driver=null)
- Implemented IMDs. That took longer than I expected...
On the bright side, Ween's intro now plays more correctly
svn-id: r22754
|
|
- Negative frequences?!? Maybe "SFX"?
- No sound for a small part of the intro
(there aren't any sndKeys covering that part either)
- A rythm-instrument (hi-hat?) in the titlemusic isn't played as one
- More differences in the drawing functions fleshed out
- Some of the goblin handling functions written
- More unnamed functions and variables, wheeee...
svn-id: r22410
|
|
doesn't crash anymore
- Reduced valgrind's complains about unitialized memory
svn-id: r22263
|
|
Global-constructor; valgrind shows invalid reads in parseValExpr()
and parseExpr() while accessing _inter_variables and _inter_execPtr
svn-id: r22262
|
|
- GOB2 handles _frontSurface/_backSurface a bit differently, this fixes
(most of) the drawing glitches in the intro
- Added using a fallback when the user's game version doesn't have the
requested language
- off_2E51B et al. stubs, I think it has something to do with the menu
svn-id: r22254
|
|
- sub_1A52B is Scenery::updateStatic()
svn-id: r21889
|
|
svn-id: r21847
|
|
glitches and without sound in the floppy version), the title screen
is shown afterwards
- Added skipping of the floppy version's copy protection screen,
since the CD version doesn't show it either
svn-id: r21845
|
|
correctly; playMult() doesn't work yet, though
svn-id: r20844
|
|
svn-id: r20731
|
|
svn-id: r20582
|