Age | Commit message (Collapse) | Author |
|
to catch out of bounds access errors which may cause memory corruption.
svn-id: r33726
|
|
catch out of bounds access errors that may cause memory corruption.
svn-id: r33725
|
|
Introduced a Makefile variable to build a gamecube version.
svn-id: r33723
|
|
better when it reaches zero this way although in its fully charged state it still does look a bit off. Disassembly seems to agree with not flipping the overlays so I'm going with this one for now).
svn-id: r33722
|
|
- Makes oxygen gauge during first arcade sequence visible as it gave drawPlainBox a height of zero.
Made type 21 overlays be drawn as type 22 (Filled rectangle).
- For an example the oxygen gauge during the first arcade sequence is a type 21 overlay.
Flipped type 21 & 22 overlays as it looks correct for the oxygen gauge.
These features are quite WIP, they need testing to see if they're correct.
svn-id: r33721
|
|
svn-id: r33719
|
|
Added support for loading theme files.
(Make sure to grab the sample theme "scummodern.zip" from the gui/themes/ directory to try it out)
Misc fixes.
svn-id: r33718
|
|
svn-id: r33716
|
|
and improve the workaround
svn-id: r33714
|
|
added with opcode 0xA4 (o2_loadMask22) and removed with opcode 0xA5 (o2_unloadMask22)). Things might be wrong so needs testing! WIP!
svn-id: r33713
|
|
function's type 20 overlay case (Previously var5 wasn't updated anywhere!). Also added a lower bound for var5's value into a comparison (Previously only the upper bound was tested for).
svn-id: r33712
|
|
svn-id: r33711
|
|
savegame name typing. One can move with the cursor keys anyway.
svn-id: r33710
|
|
svn-id: r33708
|
|
svn-id: r33707
|
|
svn-id: r33706
|
|
G1X scaler GUI now loads. Added layout for the launcher menu.
MILESTONE: All core GUI dialogs/widgets working on G2x/G3x
MILESTONE: Completely removed old Evaluator/Parser.
Improved layout expanding again.
Improved XML parser.
Several bugfixes.
svn-id: r33704
|
|
Also added decrypting of the crypted AUTO00.PRC for this particular version.
Now this version should work but no CD audio support for it yet though.
svn-id: r33703
|
|
Improved layout expansion in the layout parser.
Fixed serious coordinates initialization bug.
svn-id: r33702
|
|
volume, previously always played with full volume. Doesn't differentiate between playing sound effects and music!).
svn-id: r33700
|
|
moment):
- Should make it possible to complete the first arcade sequence legitimately
Renamed input variables (Their names were mixed up between Future Wars and Operation Stealth):
- Future Wars's inputVar1 -> egoMovedWithKeyboard
- Future Wars's inputVar2 -> xMoveKeyb
- Future Wars's inputVar3 -> yMoveKeyb
- Operation Stealth's inputVar0 -> xMoveKeyb
- Operation Stealth's inputVar1 -> yMoveKeyb
svn-id: r33698
|
|
Expanded documentation.
Added support for sub-blitting in the vector renderer.
svn-id: r33697
|
|
svn-id: r33696
|
|
svn-id: r33693
|
|
Misc fixes.
svn-id: r33692
|
|
svn-id: r33691
|
|
svn-id: r33690
|
|
svn-id: r33689
|
|
Stealth to avoid possible memory corruptions.
svn-id: r33688
|
|
This may help with some memory corruption issues when for an example trying to draw the player's command string out of screen.
svn-id: r33687
|
|
Operation Stealth:
- Made waitForPlayerClick updating more like in the original.
- Moved removeMessages to after the frame drawing in main loop hoping to be more like the original.
- Added an additional test to Operation Stealth's implementation of overlay type 2 drawing.
- Added an additional parameter incrementing and testing to Operation Stealth's removeMessages.
Hopefully this won't cause any regressions in Future Wars!
svn-id: r33686
|
|
svn-id: r33685
|
|
Added carets/text edit widgets.
svn-id: r33684
|
|
svn-id: r33682
|
|
native
MIDI driver instead of Adlib.
svn-id: r33678
|
|
Added support for importing layouts inside other layouts.
Misc bugfixes.
svn-id: r33676
|
|
svn-id: r33674
|
|
position to avoid getting stuck.
The player's position is changed only by *one* pixel but it helps
and makes it possible to carry on with the game (Previously the player was totally stuck).
svn-id: r33673
|
|
svn-id: r33670
|
|
svn-id: r33669
|
|
function.
Fixes teleporting bug when getting out of the water after first arcade sequence.
The player previously got teleported to the beach near the hotel. Now it doesn't happen.
The player is still caught motionless and can't move after this fix though...
svn-id: r33668
|
|
This way the arcade sequence is completable now.
This hack should be removed later and the first
arcade sequence be made properly playable!
svn-id: r33667
|
|
console warnings)
svn-id: r33664
|
|
Bugfix: Popup widgets were dimming the background.
svn-id: r33663
|
|
svn-id: r33662
|
|
Added support for Widget Type Declaration (makes XML much cleaner).
svn-id: r33661
|
|
svn-id: r33659
|
|
Bugfix: Game list missing one entry.
svn-id: r33658
|
|
svn-id: r33657
|
|
svn-id: r33655
|