Commit Graph

1886 Commits

Author SHA1 Message Date
unknown abb5578dbb Unconditionally include <stdio.h> to declare sprintf(). 2015-10-29 19:42:11 -04:00
zilmar c8401cd9d3 Merge pull request #709 from cxd4/master
Add PJGlide and NRage MinGW compile scripts?
2015-10-29 10:32:54 +11:00
zilmar cae79c3f8d [Project64] Trying to fix build 2015-10-29 10:24:27 +11:00
zilmar 3efc6024d0 [Project64] try to fix vs 2008 compiling being broken 2015-10-28 22:20:15 +11:00
unknown a4473fca97 added N-Rage MinGW compile script 2015-10-28 00:08:17 -04:00
unknown 2d4728d7c2 added Glide64 MinGW compile script 2015-10-28 00:07:10 -04:00
zilmar 2d808516b3 Merge pull request #708 from cxd4/DllMain-with-conflicting-wx
[Glide64] fixed DllMain conflict against <winbase.h> prototype
2015-10-28 14:29:20 +11:00
unknown 8354249a4b [Glide64] fixed DllMain conflict against <winbase.h> prototype 2015-10-27 23:11:31 -04:00
zilmar 718b0a974e Merge pull request #707 from cxd4/geepers-its-a-macro
[Glide64] fixed pre-processor macro collision with C++ STL
2015-10-28 14:03:57 +11:00
unknown 3f15e07562 [Glide64] fixed a pre-processor macro language collision 2015-10-27 22:26:28 -04:00
zilmar 88852c3a4a Merge pull request #690 from cxd4/set-WINDOWS_UI-programmatically
Be able to control `WINDOWS_UI` programatically.
2015-10-28 11:15:17 +11:00
zilmar 50addc7c7d Merge pull request #698 from cxd4/fix-NRage-for-gcc
[N-Rage] Disabled broken pre-processor code.
2015-10-28 11:14:06 +11:00
zilmar 8f3ce0692d Merge pull request #699 from cxd4/NRage-signed-overflow-undefined
[N-Rage] Fix signed overflow warnings in C++ standard.
2015-10-28 11:12:17 +11:00
zilmar 13946543c8 Merge pull request #700 from cxd4/mini-max-olololol
[N-Rage] undeclared functions min() and max()
2015-10-28 11:11:22 +11:00
zilmar 1b2568e0f2 Merge pull request #701 from cxd4/address-truncation
[N-Rage] fixed broken FormatMemPak in 64-bit
2015-10-28 11:10:41 +11:00
zilmar b597a04e58 Merge pull request #702 from cxd4/secure-o_OOOO
[N-Rage] Use standard functions, not Microsoft "secure" functions.
2015-10-28 11:08:58 +11:00
zilmar c67d64031b Merge pull request #706 from cxd4/att-asm-is-dumb
Remove incompatible in-line asm from DepthBufferRender.
2015-10-28 11:08:06 +11:00
zilmar 220dba65ae Merge pull request #705 from cxd4/missing-gccpriv_h
[Glide64] Add missing <gccpriv.h> dependency for GCC.
2015-10-28 11:05:43 +11:00
unknown 102a8f650b Do not rely on dynamic-width `long long` type; use int64_t. 2015-10-27 19:30:33 -04:00
unknown f0fcd058da Get rid of in-line assembly in idiv16().
This cannot work with MinGW -masm=intel, only -masm=att.
2015-10-27 19:28:55 -04:00
unknown 8f2fd3043d [Glide64] Add missing <gccpriv.h> dependency for GCC. 2015-10-27 19:09:49 -04:00
zilmar 1928604400 Merge pull request #697 from JunielKatarn/fix_m_PluginDir
Fix settings menu
2015-10-28 09:51:32 +11:00
unknown fa8f78028c Use the standard library method sscanf(), not sscanf_s(). 2015-10-27 17:03:19 -04:00
unknown 7f5f64e00f Use the standard library method wscanf(), not wscanf_s(). 2015-10-27 16:51:50 -04:00
unknown eb388b90f7 [N-Rage] fixed broken FormatMemPak in 64-bit 2015-10-27 15:18:58 -04:00
unknown d3edbf65fc [N-Rage] undeclared functions min() and max() 2015-10-27 14:01:09 -04:00
unknown ab92640cf8 [N-Rage] Fix signed overflow warnings in C++ standard. 2015-10-27 13:09:02 -04:00
zilmar 3be6bfc7b9 Merge pull request #696 from MELERIX/UI
Minor UI changes
2015-10-27 23:37:51 +11:00
Julio C. Rocha 74355d34d8 Fix string castint making settings menu break 2015-10-27 00:55:06 -07:00
MELERIX ba27fc543c increased the size of some elements of the ui to match with some translations. 2015-10-27 02:07:22 -03:00
zilmar fed00d697f Merge pull request #695 from cxd4/XInput-is-4scrubs
added Xinput.h to 3rd Party DirectX headers
2015-10-27 15:05:11 +11:00
unknown 3e9fac7402 Disabled broken pre-processor code.
I have no idea what this was for....
2015-10-26 23:14:43 -04:00
unknown 6f9c7f5907 added Xinput.h to 3rd Party DirectX headers 2015-10-26 22:38:30 -04:00
zilmar a52104aa25 Merge pull request #692 from cxd4/yo-yo-std-in-the-io
Fix non-MSVC compiler error:  undeclared sprintf()
2015-10-27 11:11:46 +11:00
zilmar 4452bbc3f0 Merge pull request #691 from MELERIX/lang
Minor changes in English main file
2015-10-27 11:10:58 +11:00
unknown afd470914d Fix non-MSVC compiler errors: undeclared sprintf() 2015-10-26 18:11:18 -04:00
MELERIX 44aa260436 Minor changes in English main file 2015-10-26 19:08:51 -03:00
unknown e96bb6144b Be able to control `WINDOWS_UI` programatically. 2015-10-26 17:00:06 -04:00
zilmar 572418ec30 Merge pull request #650 from cxd4/mem
Remove external linkage of swap32by8()--now static.
2015-10-27 05:29:16 +11:00
unknown 77801190c2 Remove macro functions for byte order. 2015-10-26 13:10:50 -04:00
unknown 4e258b0c6b removed external linkage of function swap32by8() 2015-10-26 13:09:38 -04:00
zilmar 3e7e1e2bf5 Merge pull request #688 from JunielKatarn/FixLanguageSelector
Fix linker error due to missing LanguageSelector files in VXCPROJ
2015-10-26 21:28:39 +11:00
Julio C. Rocha dc050fbd66 Add LanguageSelector files to VXCPROJ 2015-10-25 22:44:23 -07:00
zilmar 4ffcb4334e Merge pull request #686 from Hiro5/patch-1
New translation: Catalan
2015-10-26 14:00:12 +11:00
zilmar cdde935738 Merge pull request #586 from Nekokabu/patch-7
Fix Filename in compressed savestate
2015-10-26 13:58:18 +11:00
zilmar df08dbc5c2 Merge pull request #663 from LegendOfDragoon/master
Improve LBV, LPV, LUV, and LHV in RSP Recompiler
2015-10-26 13:49:40 +11:00
zilmar 160d27d400 Merge pull request #666 from lioncash/delete
Project64: correct delete usages on arrays
2015-10-26 13:46:31 +11:00
zilmar 4d2e2ebdbe Merge pull request #672 from Nekokabu/patch-1
[RDB] Update Jikkyou Powerful Pro Yakyuu 6
2015-10-26 13:46:01 +11:00
zilmar 65a9c6326f Merge pull request #687 from JunielKatarn/wx
Make x64 build work
2015-10-26 13:44:56 +11:00
Julio C. Rocha c08adf21cc Fix includes for wx_core. 2015-10-25 18:59:52 -07:00