Commit Graph

98 Commits

Author SHA1 Message Date
zilmar ff8d6f2462 try to update build.cmd 2019-04-15 08:02:24 +09:30
zilmar ed079e4b16 [Project64] Start to add code for enhancements 2019-01-12 09:50:25 +11:00
zilmar 6fe37a2c0e [Script] Fix date time in upload_beta.vbs 2018-03-27 17:57:29 +11:00
zilmar 93ab869c3e [Script] Try to get time added to beta upload 2018-03-26 21:53:29 +11:00
zilmar def0550ded [Script] Update to use https 2017-12-12 21:51:24 +11:00
zilmar 425a1649e0 [Build] Use version.h.in for SetGitProperties.cmd 2017-11-16 06:20:17 +11:00
zilmar e4823ef52a [Build] Update project settings for release 2017-11-16 06:12:45 +11:00
zilmar 1178b5c73f Set build number on build 2017-11-15 20:04:09 +11:00
Cat vs. Internet d63f974aa1 added Random.cpp for Windows and non-Android Linux 2017-11-05 18:59:25 -05:00
zilmar 28d84e5ae7 [Audio] Update version Number 2017-10-24 22:02:05 +11:00
zilmar 8d60ef1992 [Audio] Add Audio.rdb 2017-09-27 06:55:53 +10:00
zilmar fa49e3fcdf [Installer] Add Project64 Audio 2017-09-22 08:10:39 +10:00
zilmar 1b699418f4 [Scripts] Update more glide64.rdb usage to Project64Video.rdb 2017-08-24 07:13:07 +10:00
zilmar 1ca9601deb [Script] fix updating version number for video plugin 2017-08-15 17:52:39 +10:00
zilmar 6aba2ae793 [Script] Update Project64Url in upload_beta.vbs 2017-07-12 20:17:08 +10:00
zilmar a61557a317 [Project64] Add new upload_beta script 2017-06-30 17:15:52 +10:00
Frank-74 45f1cdc090 package_zip.cmd rename Project64-Video.dll 2017-06-16 15:06:39 +01:00
nicholas c53d24708b [Build Script] Remove hard coded address 2017-03-15 17:08:24 +11:00
nicholas f79d430d64 [Build Script] Add SetGitProperties.cmd 2017-03-15 17:01:14 +11:00
zilmar 9465a34595 [Project64] Build with Visual Studio 2015 2017-03-14 17:32:19 +11:00
zilmar 8084a5d3b6 Update vesion script to get 2.3.1, and update minor verion in other plugins 2016-09-17 07:43:48 +10:00
zilmar cb6fd2a15a [Project64] Fix version script to work with spaces in name 2016-07-04 19:06:00 +10:00
zilmar c46e8ccd8f [Project64] Make sure upload script allows apk file 2016-07-03 19:41:36 +10:00
zilmar 53e728d5c2 [Upload Script] Ignore error on login 2016-07-03 18:31:17 +10:00
7b6c9bd33f X86ops.cpp => x86/x86Ops.cpp 2016-06-27 13:50:55 -04:00
1a728abba2 RegInfo.cpp => x86/x86RegInfo.cpp 2016-06-27 13:47:01 -04:00
46c8876774 RecompilerOps.cpp => x86/x86RecompilerOps.cpp 2016-06-27 13:45:01 -04:00
8222cf0cd1 x86CodeLog.cpp => RecompilerCodeLog.cpp 2016-06-27 13:41:26 -04:00
zilmar b6068d81d4 [Build Script] Update upload_beta.vbs 2016-06-07 17:28:14 +10:00
zilmar c743e0c371 [Build Script] Add Sign.cmd 2016-06-07 17:27:36 +10:00
zilmar 2e6d163882 Merge pull request #1116 from cxd4/gbcart
forgot death-droid's GBCart thing
2016-06-06 12:00:09 +10:00
d8f0fa4e1d forgot death-droid's GBCart thing 2016-06-05 20:01:45 -04:00
c4de904824 [zlib] to fix: compile warnings with -pedantic and -Wall 2016-06-05 19:54:22 -04:00
7140b0633f [zlib] We don't need these include directories. 2016-06-05 19:51:10 -04:00
208c031bd6 [zlib] local PJ64 zlib static dependency build script added 2016-06-05 19:49:41 -04:00
zilmar 59d242f8d7 Merge pull request #1113 from cxd4/420
more stuff I forgot to assemble and link, but not compile...
2016-06-06 08:08:04 +10:00
zilmar a32f5999eb Merge pull request #1112 from cxd4/DD
forgot to pass @LuigiBlood's 64DD stuff to the linker
2016-06-06 08:07:32 +10:00
735f924612 undefined SetupSegvHandler 2016-06-05 17:48:49 -04:00
bfbc738ec7 undefined Transferpak::ReadFrom, ::WriteTo 2016-06-05 17:42:25 -04:00
3cb50b4102 forgot to pass @LuigiBlood's 64DD stuff to the linker 2016-06-05 17:13:48 -04:00
08b850b5ba We only need -fpermissive to compile the core. 2016-06-05 16:46:28 -04:00
039fed5a3c Do not specify 7zip for linkage outside _WIN32. 2016-06-05 16:39:51 -04:00
792bf337fb `set' is only valid for Windows/MinGW build scripts. 2016-06-05 16:30:33 -04:00
46287ddead output prefix with "lib"- to link with -l 2016-06-05 13:07:49 -04:00
zilmar d554a18fa2 [Project64] Build script should rebuild 2016-06-05 18:32:19 +10:00
zilmar caa4f7e33e [Project64] Update package script to be able to pass filename 2016-06-05 16:44:48 +10:00
30467b85d1 Do not force C++ compilation of C code.
Invoke compilation via `cc', not `g++'.  This fixes both the remaining run-time linkage resolution conflicts on Linux as well as several C++ compilation warnings that did not apply to compiling with C rules.
2016-05-09 01:39:29 -04:00
d74143cc49 [GlideHQ] Interface with new GlideHQ make script. 2016-05-02 23:56:46 -04:00
21ebab7beb [Common] Be able to #include <Common/Thread.h>. 2016-04-28 17:28:48 -04:00
42d3c27e43 [Common] Thread.cpp 2016-04-28 17:23:40 -04:00