bgk
4f88520566
CMake :
...
- You can now choose if you want to build the GTK frontend, the SDL frontend, or both
- It is now possible to use the ASM core
- Added a bit of documentation at the beginning of the file
2008-06-05 13:19:48 +00:00
bgk
123570a068
GTK GUI:
...
- Use sytem wide recent used files.
2008-06-05 11:32:49 +00:00
bgk
8535979111
GTK GUI:
...
- Updated credits
2008-06-05 08:34:50 +00:00
bgk
cfc3875d18
GTK GUI:
...
Removed the ability to save screenshots as bitmaps. The BMP format is dead.
2008-06-05 08:25:35 +00:00
bgk
20def2fca2
GTK GUI :
...
- Use more gtk stock items for the menus
2008-06-05 08:05:56 +00:00
bgk
41b4431506
Use stock menu item for the about menu. TODO : convert the other menu items where applicable too.
2008-06-04 18:41:40 +00:00
bgk
045889d4cd
GTK GUI :
...
- Improved icon installation. Thanks joneslee !
- Improved make install
2008-06-04 18:08:37 +00:00
n-a-c-h
475784b4fb
Insanity for the sake of insanity.
2008-06-02 02:15:55 +00:00
bgk
23460ff9ad
GTK GUI :
...
- Disabled RGB overlays in the Xv module since it was buggy
- Properly initialize autofire state
2008-06-01 16:43:27 +00:00
mudlord
1689d58f38
Fixed some loose ends in the OpenGL renderer.
...
Now its nice and tidy. Heh.
2008-05-31 01:43:17 +00:00
bgk
0762a63ad7
Removed Makefile. It should be generated by cmake.
2008-05-30 18:49:32 +00:00
mudlord
05769eba13
Fixed pragmas
2008-05-29 04:05:38 +00:00
n-a-c-h
92cc48428b
Beware the pragmas.
2008-05-29 03:55:54 +00:00
n-a-c-h
ac5c6f1e0d
Fix for MSVC.
2008-05-29 03:20:05 +00:00
n-a-c-h
a06d02619f
Slight tweak.
2008-05-28 23:50:15 +00:00
n-a-c-h
38aa5245c4
Fixed two bugs, and did some corrections for granuality.
2008-05-28 22:55:00 +00:00
mudlord
213b3762c6
Updated what we need to do next.
2008-05-28 22:45:00 +00:00
n-a-c-h
8dc55c6639
Making some things more annoying to notice.
2008-05-28 22:43:40 +00:00
n-a-c-h
4ae3e64c15
Lets quiet a warning.
2008-05-28 09:04:14 +00:00
n-a-c-h
645e277729
Make this just a little bit strong.
2008-05-28 09:01:22 +00:00
n-a-c-h
e97790f218
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!
2008-05-28 08:58:50 +00:00
mudlord
c8a44679c2
Fixed about DLG link.
2008-05-28 06:48:08 +00:00
n-a-c-h
421a0efc8e
I'm upset that my last trick missed a trick, so correcting that now.
2008-05-28 02:38:01 +00:00
n-a-c-h
9b1223c3c1
Okay this insanity I think is sort of outdoing myself. Good luck looking at this through a disassembler.
2008-05-28 02:26:10 +00:00
n-a-c-h
89246e73a5
Maybe this will help.
2008-05-28 00:51:46 +00:00
n-a-c-h
3bafae2a93
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).
2008-05-27 23:13:26 +00:00
n-a-c-h
550aebf08c
Fixed unprotect_buffer().
2008-05-27 15:35:03 +00:00
n-a-c-h
b06aeaf9dc
Oops, mixed up two variables.
2008-05-27 08:40:32 +00:00
n-a-c-h
7b339f6cf0
Small improvement ;)
2008-05-27 08:39:20 +00:00
n-a-c-h
02273776c9
Scope fix, lets hope this compiles.
2008-05-27 08:36:54 +00:00
n-a-c-h
2cbc4ab6c9
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.
2008-05-27 08:35:36 +00:00
n-a-c-h
6e5f9d9b00
Just in case.
2008-05-27 08:34:07 +00:00
n-a-c-h
99455983be
A lot more crazy stuff, hope it compiles.
2008-05-27 07:58:21 +00:00
mudlord
c18f746121
Started work on updated crypto
2008-05-26 23:19:27 +00:00
spacy51
c0166c1b5d
DISABLE possibility to select multi-threaded filters and filter plugins at once
2008-05-20 17:14:55 +00:00
spacy51
4b83a9f2fe
ADDED convenience behavior of filter plugin menu entry
2008-05-20 17:04:25 +00:00
spacy51
7b26537b80
Update dependency info
2008-05-20 16:47:31 +00:00
spacy51
f08da5cdce
Enable GBA_LOGGING for Release builds
2008-05-20 14:53:16 +00:00
spacy51
2078af0849
FIXED: Logging dialog broken after switching render API
2008-05-20 14:43:12 +00:00
spacy51
e62eec4e60
Small change
2008-05-20 14:32:21 +00:00
spacy51
8552ce65fa
Added seperate verbose channel for sound output
2008-05-20 14:24:49 +00:00
spacy51
efc8b56965
Added protection step to post-build commands.
2008-05-20 13:05:31 +00:00
n-a-c-h
cbe0cf7bbc
For building debug builds, no security ever.
2008-05-20 12:45:49 +00:00
n-a-c-h
b65f624d58
Fixed bug in defines, and tighten stuff up with an adler!
2008-05-20 12:38:15 +00:00
n-a-c-h
b9243acef4
Better protection.
2008-05-20 03:39:14 +00:00
n-a-c-h
6725cec0c3
Fix handling of one case, should be a good memmem() now.
2008-05-20 01:54:20 +00:00
n-a-c-h
33af8c9962
Some fixes.
2008-05-19 15:29:59 +00:00
mudlord
ea1221605d
Updated payload
2008-05-19 13:06:55 +00:00
mudlord
2bca98d6b0
Added some fun....
2008-05-19 12:50:49 +00:00
spacy51
24fafd3202
Enable GBA_LOGGING for Debug build.
2008-05-19 12:29:00 +00:00