Commit Graph

14 Commits

Author SHA1 Message Date
bgk 0c7c6c1de0 debian : nasm is required to build the package, even when using the C version of the code (cmake limitation).
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@745 a31d4220-a93d-0410-bf67-fe4944624d44
2008-09-21 14:31:17 +00:00
bgk 58fe4d43f5 CMAKE : Fix out-of-source build/install (patch by chrono)
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@721 a31d4220-a93d-0410-bf67-fe4944624d44
2008-09-13 16:49:34 +00:00
bgk 00ca598259 GTK : Fixed build for changes made in rev697
Updated the debian packaging scripts


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@699 a31d4220-a93d-0410-bf67-fe4944624d44
2008-09-04 20:54:14 +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
bgk 1effb8b3e9 GTK GUI :
- Removed the menuitem accelerator hack
- Fixed a Valgrind warning about an uninitialized pointer
- The sound driver now displays an error message when it is unable to access to the device, instead of crashing


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@501 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-03 07:58:20 +00:00
bgk 64c9cf4030 GTK GUI :
Replaced GTK/GDK display by GTK/Cairo, now the window can be resized with all the video modules.


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@497 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-25 18:21:39 +00:00
bgk 9d19c9b9f6 GTK GUI :
- Replaced the custom about dialog by a more maintainable standard GTK+ one
- Replaced the PNG icon by a scalable one created by Matteo Drera


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@488 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-21 11:49:44 +00:00
bgk f991ad2ee7 GTK GUI :
- Improved the CMake script
- Removed some leftover debug code
- Simplified the menu appearance
- Made the debian packaging scripts use the cmake build system
- Added the GTK build to the debian package


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@484 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-20 19:52:18 +00:00
Nach acacbd5c2d Whitespace trim, and eol-style native propery set again.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@448 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-05 00:35:39 +00:00
spacy51 4130d7bd6d CORRECTED typo in man page
REMOVED zero-size getopt files in /src

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@339 a31d4220-a93d-0410-bf67-fe4944624d44
2008-01-25 18:10:58 +00:00
mudlord 80f9955583 Fixed SVN properties on rules files
Added missing files

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@337 a31d4220-a93d-0410-bf67-fe4944624d44
2008-01-24 11:46:19 +00:00
mudlord 4fadfddda0 git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@335 a31d4220-a93d-0410-bf67-fe4944624d44 2008-01-24 05:35:19 +00:00
mudlord edf6f13bc4 Major Linux updates by bgKu:
- Added a basic manpage
- Added a default Linux configuration file
- Applied debian patch 01_use_dot_dir. This makes vba save the save states and battery files to $HOME/.vbam/. It is useful because the rom path is very likely to be read only. These paths can still be overridden using the config file. The configuration file and the vba-over.ini file can also be loaded from that .vbam path. Needs some Windows testing.
- Text.cpp/h getopt.c/h are sdl specific so moved them to the sdl folder.
- Removed the ability to disable the ASM version of the Sai2x scalers at runtime (to make them behave like the HQ filters)
- Fix the command line parsing bug I introduced in rev 191 (thanks to MNK)
- Gave to the interframe blending filters the same interface as fullscreen filters


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@334 a31d4220-a93d-0410-bf67-fe4944624d44
2008-01-24 05:33:18 +00:00
mudlord 5b243daf86 Numerous Linux updates:
- OpenGL : fixed texture size to be exclusively a power of 2
- OpenGL : Clear the screen on init
- OpenGL : Set fullscreen resolution to the resolution of the desktop
- Changed the executable name to vbam to avoid conflict with the original VBA
- Added a basic install target to the makefile
- Fixed .gz archives loading when using fex_mini (thanks to tttttttttanaka)
- Added debian packaging informations

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@309 a31d4220-a93d-0410-bf67-fe4944624d44
2008-01-17 04:51:34 +00:00