zilmar
d70f9a6733
[Glide64] Fix up a lot of the logging code
2016-02-11 20:58:42 +11:00
zilmar
6bdd5dd330
[Glide64] Clean up FBtoScreen.cpp
2016-02-11 18:13:51 +11:00
zilmar
fb82959863
[Glide64] Change UNIMPMODE(); to use new trace
2016-02-10 21:50:00 +11:00
zilmar
e8d5e8be9c
[Glide64] Remove LOG_KEY
2016-02-10 18:13:49 +11:00
zilmar
38ce8a3c83
[Glide64] Setup Tracing
2016-02-10 18:10:12 +11:00
zilmar
3d384808bd
[Glide64] Remove SDL from TexCache.cpp
2016-02-10 17:50:24 +11:00
zilmar
917d90b057
Merge pull request #981 from cxd4/glide-trace-string
...
[Glide64] undeclared memset and strlen in trace.cpp
2016-02-06 13:11:04 +11:00
a8fa006740
[Glide64] undeclared memset and strlen in trace.cpp
2016-02-05 18:53:58 -05:00
ab55df84e2
[Glide64] fixed yet again the case-sensitive include
2016-02-04 20:48:44 -05:00
zilmar
a99a64dc03
[Glide64] Fix up missing log message
2016-02-04 21:49:54 +11:00
zilmar
4921024636
[Glide64] New trace method
2016-02-04 21:22:19 +11:00
zilmar
c59b716e8b
[Glide64] Fix 2008 project
2016-02-02 03:47:09 +11:00
zilmar
dba3b94dfb
[Glide64] Get Settings to be a class instead of a struct
2016-02-01 19:56:25 +11:00
zilmar
d70ad198b4
Merge branch 'master' of https://github.com/project64/project64
2016-02-01 17:05:45 +11:00
zilmar
ee51201eae
[Glide64] Get ext_ghq_init to have texture dir is char *
2016-02-01 17:01:11 +11:00
d267a1b895
Include stdarg.h for va_start and va_end.
2016-01-28 15:07:00 -05:00
b759a60417
Include string.h where needed.
2016-01-28 15:00:13 -05:00
fa90c2a472
s/config.h/Config.h
2016-01-28 14:37:37 -05:00
zilmar
7032ab5d33
Merge pull request #941 from AmbientMalice/new_SM64_wobble_fix
...
Super Mario 64 wobble fix
2016-01-27 19:08:55 +11:00
AmbientMalice
5b82ca80da
Fix Mario 64 texture wobble (ported from libretro)
...
Thanks to anon on /emugen/ for pointing this out. Original fix here bc23392568
2016-01-27 15:26:28 +10:00
cxd4
5952632d76
[Glide64] restored the explicit "Error" box titles
2016-01-25 17:13:27 -05:00
cxd4
a10200cbce
[Glide64] NULL MessageBox title instead of "Error"
...
According to MSDN, a MessageBox whose title param is a null pointer defaults to the text "Error".
So instead of allocating extra bytes to pass a pointer to the string `"Error"`, why not pass NULL?
Actually the real reason why I made this PR was me having OCD against a cosmetic spacing inconsistency introduced in this commit: aefe8e603c
. So if you prefer "Error" over NULL I'll just undo that part of this PR and keep the line break change in instead. :P
2016-01-25 15:31:04 -05:00
zilmar
989c7294cc
[Glide64] Cleanup texture code
2016-01-25 22:26:42 +11:00
zilmar
308010e16c
[Glide64] Remove some wx headers
2016-01-25 22:20:55 +11:00
zilmar
166e5cdace
[Glide64] convert wxInt16 to int16_t
2016-01-25 22:17:03 +11:00
zilmar
4fc4f921e9
[Glide64] Cleanup ucode .h files
2016-01-25 22:14:01 +11:00
zilmar
b8cbfa30c4
[Glide64] change wxUIntPtr to uintptr_t
2016-01-25 22:13:35 +11:00
zilmar
5c9962684f
[Glide64] Clean up some code related to screen capture
2016-01-25 22:00:45 +11:00
zilmar
76a3db6568
[Glide64] fix up rom name being sscii
2016-01-25 21:34:16 +11:00
zilmar
0f185260f4
[Glide64] Rename wxChar to char
2016-01-25 21:27:59 +11:00
zilmar
38205b5ee8
[Glide64] Cleanup rdp.h
2016-01-25 21:25:32 +11:00
zilmar
5a68a1f721
[Glide64] Convert wxUIntPtr to uintptr_t
2016-01-25 21:23:28 +11:00
zilmar
5959a9a0a0
[Glide64] Convert wxInt32 to int32_t
2016-01-25 21:15:26 +11:00
zilmar
aefe8e603c
[Glide64] remove wx/confbase.h from rdp.cpp
2016-01-25 21:12:11 +11:00
zilmar
5fa34066c2
[Glide64] Add stdlib.h to Gfx_1.3.h
2016-01-25 21:07:57 +11:00
zilmar
09da116723
[Glide64] Rename max and min to be maxval and minval
2016-01-25 20:58:29 +11:00
zilmar
834210eaf9
[Glide64] Remove usage of _()
2016-01-25 20:49:28 +11:00
zilmar
be46977de9
[Glide64] Add critical section in to dlist/config
2016-01-25 20:33:04 +11:00
zilmar
76196d4d70
[Project64] Remove SoftLocker
2016-01-25 18:20:46 +11:00
zilmar
0473d5126b
Glide64] Remove usage of wxT
2016-01-25 18:15:46 +11:00
zilmar
9b6f159d75
[Glide64] Remove GFXWindow
2016-01-25 18:00:01 +11:00
zilmar
f0f8f76cfc
[Glide64] Add extern "C" to export
2016-01-25 17:36:56 +11:00
zilmar
a45d503e99
[Glide64] Convert wxUint8 to uint8_t
2016-01-25 05:45:15 +11:00
zilmar
bcba810c66
[Glide64] Convert wxUint16 to uint16_t
2016-01-25 05:41:08 +11:00
zilmar
0d0923eab8
[Glide64] Make config _WIN32 only
2016-01-25 05:38:52 +11:00
zilmar
80cd85b9a9
[Glide64] Remove wxString usage from Glide64/rdp.cpp
2016-01-21 06:09:35 +11:00
zilmar
7a0c017571
[Glide64] Remove mutexProcessDList
2016-01-21 05:55:46 +11:00
zilmar
08c518d38c
[Glide64] Convert wxUint32 to uint32_t
2016-01-21 05:33:48 +11:00
zilmar
0b41fa2e17
[Glide64] Revert some of the indentation in Glide64/Combine.cpp
2016-01-21 05:32:32 +11:00
zilmar
4c203ab042
[Glide64] Remove drawNoFullscreenMessage
2016-01-21 05:27:05 +11:00