Commit Graph

559 Commits

Author SHA1 Message Date
bgk 60ae294e77 Bad copy/paste
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@671 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-30 19:36:06 +00:00
bgk e1f05955e9 SDL input: Replaced all the interface global vars by accessors
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@670 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-30 19:29:38 +00:00
bgk 719d63deae SDL:
Started factoring out the input code to a new file. Only moved code at this point. The ultimate goal is to reuse this code for the GTK port.


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@669 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-30 17:50:51 +00:00
bgk 093be7d2cf GTK:
Removed the Keymap class


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@668 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-30 15:02:01 +00:00
bgk a3d7fa464e GTK :
Removed an unnecessary include


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@667 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-30 08:30:40 +00:00
bgk b4ec3b9375 GTK:
The keymap now uses a std::map instead of a glib map


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@666 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-30 08:27:17 +00:00
bgk 930e637894 Fixed a few (thousand) warnings when building the HQ scalers using GCC 4.3
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@665 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-30 07:25:18 +00:00
bgk 0d69aea149 GTK:
Removed the ability to set the volume to a value higher than 200% since it didn't work


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@664 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-29 20:11:59 +00:00
bgk 79784d29a1 GTK:
- Removed the PortAudio sound driver because it was quite unstable on some systems
- Use the SDL sound driver
- Fixed the SDL include path


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@663 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-29 19:45:17 +00:00
bgk ac064ec715 Completely remove systemSoundOn
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@662 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-29 19:04:05 +00:00
bgk fc5958a78d GTK:
Try loading the glade file from the source folder to allow running gvbam without installing it


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@661 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-29 19:02:29 +00:00
bgk c6ac0ea96c SDL:
- The expression parser/lexer is SDL specific, moved it to the sdl folder
- Readded the flex/bison source files from VBA's CVS
- Rebuilt the parser/lexer from source


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@660 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-29 10:23:51 +00:00
bgk 8681ef0958 No need to have SDL related stuff in the win32 port
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@659 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-29 08:58:45 +00:00
spacy51 cc32c6b12f ADDED volume control to GB core [blargg]
CLEANUP gbSound.h [blargg]

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@658 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-28 22:06:48 +00:00
spacy51 f76a2165ef FIX use GBC audio core for GBC ROMs instead of GB mono
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@657 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-28 21:07:26 +00:00
spacy51 c304345f61 FIX really use GBA sound when GBA is selected instead of GBC
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@656 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-28 12:03:11 +00:00
spacy51 ee4fd96d82 FIXED use blargg's default values for echo & stereo
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@655 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-27 19:22:11 +00:00
spacy51 42ddf91111 ADDED save/load gb_effects_config to/from ini file
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@654 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-27 19:18:07 +00:00
spacy51 20b1f8852d REMOVED volume controls in menu bar
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@653 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-27 19:02:19 +00:00
spacy51 ea4ff0e24b ADDED volume control to audio effects dialog and renamed it to audio core settings dialog
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@652 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-27 18:49:09 +00:00
bgk 44e88ceeba SDL :
- Cleaned up initialization and volume management
- Added shortcuts to change the volume at runtime
Thanks to chrono for the patch


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@650 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-27 16:35:21 +00:00
bgk 219b2ccbf0 SDL :
- The filter is now stored as a decimal value in the config file instead of an hexadecimal value as it was undocumented and confused users. Thanks to fhorse for the patch.
- Removed an unused variable


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@649 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-27 15:48:36 +00:00
bgk 43af63ad54 SDL : Use the new audio API. Fixes build. Thanks to slacker for the patch.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@648 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-27 15:17:41 +00:00
bgk 020c52a4f5 GTK : Remove some useless config values
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@646 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-27 12:20:00 +00:00
bgk 195cb65225 GTK :
Readded the sound mute option using the new API


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@645 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-27 12:18:38 +00:00
bgk eef1c300a5 GTK :
Fixed build by removing obsolete sound options

SDL :
Still broken


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@644 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-27 11:47:52 +00:00
spacy51 465d70b9cc SMALL fix
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@643 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 23:55:52 +00:00
spacy51 7141f3197f Sound code clean up
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@642 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 23:45:34 +00:00
spacy51 54bd8abb82 ADDED blargg to about box
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@641 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 22:15:19 +00:00
spacy51 50c4e7c54c REMOVED unused global soundBufferTotalLen
MOVED soundNextPosition from sound core to DirectSound


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@640 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 21:12:46 +00:00
spacy51 2a1538fa0d REMOVED soundOffFlag remains
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@639 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 20:48:25 +00:00
spacy51 f79ceb31a6 REMOVED sound reverse stereo remains
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@638 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 20:34:45 +00:00
spacy51 88a0e28b29 REMOVED remains of soundLowPass option
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@637 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 20:28:32 +00:00
spacy51 00b508dfb9 REMOVED sound echo menu item
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@636 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 20:20:30 +00:00
spacy51 8076bd1e18 FIXED warnings about macro redefinition
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@635 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 20:00:30 +00:00
spacy51 ca3d69f3a8 ADDED Audio Effects config dialog
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@634 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 13:36:40 +00:00
spacy51 01e51ccd32 Resource file cleanup
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@633 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 10:46:32 +00:00
spacy51 cc794409fa REMOVED Sound Off option
REMOVED Sound On option

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@631 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 10:05:00 +00:00
spacy51 69ea3ad66f ADDED Now recognizes GBA sound hardware mode
ADDED gbSoundConfigEffects function to apply new effects configuration [blargg]


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@629 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-25 22:51:46 +00:00
spacy51 6641b5de72 FIXED GB audio state loading [blargg]
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@628 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-25 22:02:15 +00:00
spacy51 6fb5023e3f FIX build fails with non-SP1
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@627 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-25 20:49:55 +00:00
spacy51 896d0c222b CHANGED everything to use C/C++/MFC runtime DLLs + libpng/zlib DLL versions
ADDED workaround for missing crc32_combine function in default zlib DLL

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@604 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-14 16:36:51 +00:00
spacy51 3253f62ad0 FIX compiling Qt build with MSVC++
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@603 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-13 23:20:45 +00:00
spacy51 c5609ef93d FIX compiling with NO_OGL
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@600 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-13 17:27:07 +00:00
spacy51 9f528d6ead ADDED more sound skip protection on GUI interaction
REMOVED zutil.h dependency
SMALL code cleanup

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@599 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-13 14:24:50 +00:00
spacy51 5b2024f228 REMOVED pause when inactive option as audio skips were inevitable when it was disabled.
REMOVED remains of generic flashcard option in GUI

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@598 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-13 12:46:49 +00:00
spacy51 7b9954674f FIX resource compile system
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@597 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-13 11:38:46 +00:00
spacy51 46430f98fa REMOVED outdated VC2005 project files
REMOVED libpng source code
REMOVED zlib source code
RENAMED vc2008 to vc2008_qt
MOVED Win32/MFC project files to 'project/vc2008_mfc' folder
CHANGED XAudio2 to default sound output

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@596 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-13 10:01:39 +00:00
mudlord f6f0fe5fb9 FIXED: Icon issue in options in Qt4 GUI system
ADDED: Directory options in Qt4 GUI system. Yay.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@595 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-06 04:00:48 +00:00
xkiv f2ff937ad5 Sorry, got carried away and forgot I had some private changes here. Reverting this part of previous commit. -- xKiv
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@594 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-03 21:06:36 +00:00
xkiv 5925dc4cc8 SDL build/configuration patches (martinultima, chrono):
http://vba-m.ngemu.com/forum/gbc-cheats-gameshark-compile-fixes-t-193.html



git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@593 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-03 21:02:37 +00:00
spacy51 415dc2d4ac CHANGED XAudio2 config dialog device listing not sorted by alphabet anymore
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@592 a31d4220-a93d-0410-bf67-fe4944624d44
2008-07-27 11:32:52 +00:00
spacy51 da26ffa229 FIXED XAudio2 config dialog did not show current device OnInitDialog
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@591 a31d4220-a93d-0410-bf67-fe4944624d44
2008-07-26 11:55:22 +00:00
spacy51 8fa9746feb ADDED XAudio2 config dialog
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@589 a31d4220-a93d-0410-bf67-fe4944624d44
2008-07-22 13:14:32 +00:00
spacy51 89a0052b21 ADDED stereo to surround upmixing (XAudio2)
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@588 a31d4220-a93d-0410-bf67-fe4944624d44
2008-07-14 17:59:15 +00:00
spacy51 630fddc4d7 FIXED: XAudio2 no sound with ASUS Xonar cards
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@587 a31d4220-a93d-0410-bf67-fe4944624d44
2008-07-14 15:58:30 +00:00
mudlord 0379caeb26 Since the Windows port of GNU patch was being a bitch, did LIRC support again. Bleh!
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@586 a31d4220-a93d-0410-bf67-fe4944624d44
2008-07-11 01:49:36 +00:00
mudlord 11f98503b3 ADDED LIRC support in SDL build
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@585 a31d4220-a93d-0410-bf67-fe4944624d44
2008-07-10 23:41:29 +00:00
spacy51 b4392ec6f7 ADDED "Cheats Enabled/Disabled" status messages
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@584 a31d4220-a93d-0410-bf67-fe4944624d44
2008-07-10 16:03:15 +00:00
spacy51 5b54ccda5c Make the option "File->Load Game->Do not change battery save" work for GB/C games as well.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@583 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-30 21:05:14 +00:00
bgk 336ef3b9e5 GTK GUI : Fixed build
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@582 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-28 06:03:05 +00:00
bgk 12052bedea GTK GUI :
- Fixed XV output for cards not supporting the XV_AUTOPAINT_COLORKEY parameter


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@581 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-27 12:01:12 +00:00
squall-leonhart 4d5c7defd1 more fixes towards MBC7
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@580 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-26 13:49:19 +00:00
spacy51 4b1e66a7bb ADDED option "File->Load Game->Do not change battery save" (currently GBA only)
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@579 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-26 11:55:08 +00:00
squall-leonhart 5f0ec71ad2 GBC Battery fix
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@578 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-26 02:50:57 +00:00
spacy51 947fa4e650 Fix XAudio2 crash
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@577 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-17 00:00:48 +00:00
bgk 68590e27ff Allow building the GTK port without debugger support
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@576 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-16 20:18:49 +00:00
bgk a3264ead4e Fix build without BKPT_SUPPORT
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@575 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-16 18:57:58 +00:00
bgk e1a7067033 Fixed misspelling in the GTK about dialog.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@574 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-12 18:10:30 +00:00
bgk e2adec2b05 Disabled the buffer underflow warning.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@573 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-12 17:51:52 +00:00
bgk e32adf768f GTK GUI:
- Modified the directories dialog so that it uses GtkFileChooserButtons instead of just txt fields
- The emulator won't try to write in the rom folder anymore by default, since it has no reason to be writable
- Fixed the quicksave menu


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@563 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-05 16:31:38 +00:00
bgk 017db09af7 GTK GUI:
- Use sytem wide recent used files.


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@561 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-05 11:32:49 +00:00
bgk b439e0dbe5 GTK GUI:
- Updated credits


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@560 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-05 08:34:50 +00:00
bgk b09d2c9ff4 GTK GUI:
Removed the ability to save screenshots as bitmaps. The BMP format is dead.


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@559 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-05 08:25:35 +00:00
bgk 106c5c3901 GTK GUI :
- Use more gtk stock items for the menus


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@558 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-05 08:05:56 +00:00
bgk ec1f2f3113 Use stock menu item for the about menu. TODO : convert the other menu items where applicable too.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@557 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-04 18:41:40 +00:00
bgk 61ecc768bd GTK GUI :
- Improved icon installation. Thanks joneslee !
- Improved make install


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@556 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-04 18:08:37 +00:00
n-a-c-h 3bee64a7ef Insanity for the sake of insanity.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@555 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-02 02:15:55 +00:00
bgk 05b3595663 GTK GUI :
- Disabled RGB overlays in the Xv module since it was buggy
- Properly initialize autofire state


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@554 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-01 16:43:27 +00:00
mudlord 33d0ce63b3 Fixed some loose ends in the OpenGL renderer.
Now its nice and tidy. Heh.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@553 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-31 01:43:17 +00:00
mudlord 8d13754a76 Fixed pragmas
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@551 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-29 04:05:38 +00:00
n-a-c-h 2f9fdf3d6b Beware the pragmas.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@550 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-29 03:55:54 +00:00
n-a-c-h 7dad9f7167 Fix for MSVC.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@549 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-29 03:20:05 +00:00
n-a-c-h cae0778388 Slight tweak.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@548 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-28 23:50:15 +00:00
n-a-c-h 1afe8ec5f3 Fixed two bugs, and did some corrections for granuality.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@547 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-28 22:55:00 +00:00
n-a-c-h 63337c083c Making some things more annoying to notice.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@545 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-28 22:43:40 +00:00
n-a-c-h 5e8239b625 Lets quiet a warning.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@544 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-28 09:04:14 +00:00
n-a-c-h 0227ab6f5a Make this just a little bit strong.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@543 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-28 09:01:22 +00:00
n-a-c-h d3923cda94 Taking some advice from byuu to not make all the data static, and of course, advice from SPC to stick in some annoying we no longer exist, bring on fucompp!
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@542 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-28 08:58:50 +00:00
mudlord a92d8bfdb2 Fixed about DLG link.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@541 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-28 06:48:08 +00:00
n-a-c-h c2719482c8 I'm upset that my last trick missed a trick, so correcting that now.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@540 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-28 02:38:01 +00:00
n-a-c-h 4bf9cd2109 Okay this insanity I think is sort of outdoing myself. Good luck looking at this through a disassembler.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@539 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-28 02:26:10 +00:00
n-a-c-h d5bb2f5390 Maybe this will help.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@538 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-28 00:51:46 +00:00
n-a-c-h aefae9d91a Should compile now with MSVC (yeah, I actually broke out MSVC and did some testing, not that I could figure out how to build the whole project).
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@537 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-27 23:13:26 +00:00
n-a-c-h 6b857fc253 Fixed unprotect_buffer().
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@536 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-27 15:35:03 +00:00
n-a-c-h 274df62411 Oops, mixed up two variables.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@535 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-27 08:40:32 +00:00
n-a-c-h fab740fc99 Small improvement ;)
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@534 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-27 08:39:20 +00:00
n-a-c-h 0d0f5ed94e Scope fix, lets hope this compiles.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@533 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-27 08:36:54 +00:00
n-a-c-h dd68ab30d6 Move some data from function to global to take it off the stack, and make it harder to find when browsing the code with a process viewer.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@532 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-27 08:35:36 +00:00
n-a-c-h 4f342489ab Just in case.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@531 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-27 08:34:07 +00:00