freem
4629bdef5c
Make the log mention Windows 8 instead of "unknown NT-based"
...
(fwiw, I don't like windows 8. also can someone tell me what version number windows 10 will be using?)
2014-10-06 17:50:47 -05:00
freem
a34f05ee95
revert mapconv.exe back to older version
...
(even though it doesn't really work well with Visual Studio 2010 and NoteData:AddATIToList/RemoveATIFromList... see issue #262 )
2014-08-27 12:33:46 -05:00
freem
84a8d3adfb
replace psychopathic mapconv.exe with one compiled by "g++ (rev5, Built by MinGW-W64 project) 4.8.1"
...
This is probably the part where someone says "why do we have the compiled binaries in the source tree anyways if they're just going to cause problems like this?"
2014-08-05 13:52:10 -05:00
freem
5644917565
update windows resources file for next version
2014-02-19 21:28:39 -06:00
Colby Klein
03fa5d0f2e
Merge pull request #52 from Suisse00/stepmania_pullrequest
...
Upgrade to VC++ 2013
2014-02-18 14:57:55 -08:00
Suisse00
ae3a056b2d
Fixed compiling issue with lrintf() on VC++ 2013
...
Added a preprocessing condition which don't implement lrintf() with VC++
>= 2013 because it is in the SDK
2014-02-16 20:48:05 -05:00
Jason Felds
9bbefe2240
Attempt prep work for 64 bit just in case.
...
If SDL2 fails, someone (not me) will have to try to
keep these updated.
2014-02-12 19:40:27 -05:00
Renaud Lepage
5cce28d8ab
Corrected per project spec
2014-01-26 19:41:40 -05:00
Renaud Lepage
e9226aedc4
Centralize SpecialDirs.
2014-01-26 19:14:41 -05:00
Ben "root" Anderson
9538385a6a
Remove misleading comment. The code is sit up for these to only be called once.
2014-01-21 23:02:10 -06:00
Ben "root" Anderson
a3e241f471
Apparently Mac needs this too
2013-11-09 18:36:57 -06:00
Jason Felds
09f8219a67
Revert "Xcode 5 fixing, part 1."
...
This reverts commit bfab952b6a .
2013-11-06 23:33:31 -05:00
Jason Felds
bfab952b6a
Xcode 5 fixing, part 1.
...
Need someone on xcode 4.x to confirm this works.
Once this file gets fixed, the others will be removed.
2013-11-04 19:45:23 -05:00
Ben "root" Anderson
f705817379
Let autoconf set this
2013-10-31 21:22:24 -05:00
Ben "root" Anderson
48ca0a5908
Move our winres.h out of the way so VS does not get confused
2013-10-31 20:43:51 -05:00
Ben "root" Anderson
095c6877c2
rc does not define _MSC_VER. Oops. We will use our own define.
2013-10-31 20:19:17 -05:00
Ben "root" Anderson
d2f43a73e4
LinuxThreadHelpers -> PthreadHelpers part 3
2013-10-30 00:08:19 -05:00
Ben "root" Anderson
b64a766e0f
winres.h -> afxres.h redirect for MinGW
2013-10-29 22:20:44 -05:00
Ben "root" Anderson
b689134717
Did not find dxerr on MinGW-W64, resorting to dxerr9
2013-10-26 17:05:18 -05:00
Ben "root" Anderson
d61f2f8750
Actual AT&T syntax for this one, and do GCC inline asm correctly
2013-10-26 17:04:42 -05:00
Ben "root" Anderson
857100899e
Manually newline each inline assembly line. GCC asm syntax is just braindead like that.
2013-10-26 15:19:20 -05:00
Ben "root" Anderson
6157d7eb3e
This is Intel syntax!
2013-10-26 15:04:59 -05:00
Ben "root" Anderson
7888b7a336
Really? What kind of exception is ASSEMBLY CODE going to throw?
2013-10-25 19:29:29 -05:00
Ben "root" Anderson
2109beeee3
GCC requires these kinds of casts to be explicit
2013-10-25 19:27:11 -05:00
Ben "root" Anderson
ca295a8c80
Mark this for changing later
2013-10-25 19:24:18 -05:00
Ben "root" Anderson
ed7d824bbb
Conditionalize asm syntax. Add GCC asm syntax.
2013-10-25 19:19:26 -05:00
Ben "root" Anderson
4ff5fe367a
That wasnt supposed to be there.
2013-10-25 19:16:18 -05:00
Ben "root" Anderson
d8cab4da7f
Apparently hg didnt revert correctly this time.
2013-10-25 19:15:45 -05:00
Ben "root" Anderson
3a730b3c3c
Introducing SM_ASM_X86, a compiler-agnostic inline assembly macro
2013-10-25 18:05:56 -05:00
Ben "root" Anderson
469260911a
I dont think theres anything to catch here. GCC doesnt have SEH so skipping the tryblock for now.
2013-10-25 17:56:12 -05:00
Ben "root" Anderson
944921ac12
You need global.h for RString
2013-10-25 15:52:07 -05:00
Ben "root" Anderson
9d6a9510f4
Added this to the wrong file
2013-10-25 15:51:44 -05:00
Ben "root" Anderson
4c62a0e5b4
You need StdString.h for RString
2013-10-25 15:42:19 -05:00
Ben "root" Anderson
95ba9dd658
You need stdint.h for uint64_t
2013-10-25 15:41:20 -05:00
Ben "root" Anderson
915a08f1d8
Just pulling in Unix/Backtrace.h with no impl for now.
2013-10-25 15:40:58 -05:00
Ben "root" Anderson
23eaa78c1b
This is only used in archutils/Unix/CrashHandler.cpp so conditionalize it.
2013-10-25 15:39:39 -05:00
Ben "root" Anderson
a54e0f1205
Missed changing LinuxThreadHelpers -> PthreadHelpers in the .cpp itself
2013-10-25 15:29:33 -05:00
Ben "root" Anderson
0959033fe6
LinuxThreadHelpers -> PthreadHelpers
2013-10-25 15:15:41 -05:00
Ben "root" Anderson
04be5f6106
uintX requires stdint.h. No idea why this worked before.
2013-10-25 01:48:42 -05:00
Ben "root" Anderson
7313f2d0aa
Conditionalize some defines that MinGW/autoconf provide
2013-10-24 18:29:58 -05:00
Devin J. Pohly
d363db2132
Clean out strings now that sm-ssc is something else
2013-10-13 23:02:51 -04:00
Jason Felds
1ff3195d7c
Revert "SM5 didnt want to compile with DirectX SDK (Summer 2004), which is the original DX9.0c SDK, please use conditional compilation for newer SDKs. Summer 2004 has the following constant: #define D3D_SDK_VERSION 32"
...
This reverts commit 8e37673954 .
2013-06-08 21:52:22 -04:00
Aldo Fregoso
8e37673954
SM5 didnt want to compile with DirectX SDK (Summer 2004), which is the original DX9.0c SDK, please use conditional compilation for newer SDKs. Summer 2004 has the following constant: #define D3D_SDK_VERSION 32
2013-06-02 22:45:15 -05:00
Aldo Fregoso
fb0ff89bbc
Updated mapconv.exe
2013-06-02 22:41:38 -05:00
Devin J. Pohly
7e8c75a71b
remove check for ancient llabs() bug
2013-04-29 20:24:07 -04:00
Jason Felds
15eaad8c86
Don't include the internal header.
...
Use a standard header to include instead.
2013-04-29 19:17:30 -04:00
Jason Felds
c7b8664604
Consider this transplanted.
...
Plus, default should be the left-most branch in graphical viewing.
2013-04-21 00:09:35 -04:00
Shenjoku
ba0d2d1838
Upgraded the DirectX 8 rendering to DirectX 9. Updated Direct Input to work with
...
the latest SDK as well.
2013-04-08 21:13:47 -07:00
Jason Felds
04644ed3c3
Only do the _MSC_VER calculations if defined.
2013-02-01 23:04:46 -05:00
Jason Felds
1e9ffd1a64
Reasonably sure that mingw won't use d3d.
...
If mistaken...well, deal with it then.
2013-02-01 22:57:28 -05:00