Commit Graph

15 Commits

Author SHA1 Message Date
bbbradsmith 0cfb6b8dd4 win64 zip archive files from other folders need directory stripped 2020-06-17 03:21:41 -04:00
g0me3 e43fe75b67 forgot to upload file 2020-01-04 13:48:32 +03:00
Brad Smith 72120b0bb9
Windows 64-bit build support (#66)
* correcting x64 configurations to actually use x64
defining NOMINMAX to fix std::max error

* more preprocessor definitions for x64

* 64-bit libraries from the last published version of DXSDK with dinput

* should define WIN64 as well? unfortunately seem to require retention of WIN32

* added an x64 build of luaperks.lib, this compiles links and runs now

* relocate win32 luaperks.lib to src/drivers/win/lua/win32 and leave a note explaining it

* luaperks.lib x64 needed to be /MT
two more missing x64 libs
debug x64 configuration was set to compile C++ as C?

* importing the rest of the usable WIN32 preprocessor defines, debugger now functions!

* revert unnecessary VS solution version change

* 64-bit lua working (fixed the 64-bit build of luaperks.lib)

* VSUIENTRY hashes are unsigned, not signed

* more hashes that are actually unsigned

* fix a few pointer to int casts in lua console

* fix a few more pointer truncations in windows dialog stuff
a few printf arguments need a cast to int

* explicit size_t cast to quiet spurious warnings on an inline function
2019-07-23 15:12:03 -04:00
Brad Smith d68a57e367 .gitignore missing newline 2018-06-19 21:45:05 -04:00
Chris Broome d3cc7f0ba7 Fix yscale out of bounds rounding error (#12)
* Fix rounding error causing yscale out of bounds
* Ignore linux build output
2018-06-19 21:42:07 -04:00
Brad Smith 4c3b96aefb ignore save RAM and savestate files 2018-06-19 21:38:33 -04:00
zeromus 166e7a8ad9 fix some problem in the scmrev stuff 2018-06-18 22:19:23 -05:00
Brad Smith 18735ead37 Ignores for VC10 2018-06-01 20:58:28 -04:00
zeromus 8dd5ae414d gitignores 2018-04-11 01:16:59 -05:00
zeromus 7c5395e10b gitignore 2018-04-11 00:16:59 -05:00
zeromus 95a7673191 add build outputs to gitignore 2018-04-10 23:22:39 -05:00
zeromus 3a07e69599 start new gitignore 2018-04-10 23:22:38 -05:00
zeromus 4d2e8eee53 migration tidying 2018-04-08 17:31:44 -05:00
radsaq 8d2dfca52c Fix up my AUTHORS entry, remove another automake file, and add some
svn:ignores.
2006-08-02 22:02:11 +00:00
zeromus dfd763c100 initial checkin of tasbuild
[[Split portion of a mixed commit.]]
2006-07-18 02:53:36 +00:00