Commit Graph
59 Commits
Author SHA1 Message Date
Jason Felds bc8eae8935 Place obj files with the others for consistency.
Note: you MUST rebuild the solution. Otherwise,
linker errors may result.
2012-01-13 00:39:02 -05:00
Jason Felds 70f1a05c6f Have Glew be compiled on its own.
This is designed to be compatible with VS2008.

It has not been tested yet for VS2010.
2011-12-19 20:13:00 -05:00
Jason Felds fd40fea9cb Remove PMSLoader.
The BPMSLoader now handles PMS files considering their
similarities.
2011-11-30 00:32:17 -05:00
AJ Kelly 264ba574fb part two of three re: Actors/ 2011-10-02 21:40:33 -05:00
AJ Kelly e14b96cfbf part one of three-ish in reverting the Actors/ folder thing 2011-10-02 21:14:01 -05:00
AJ Kelly 9cf2592a32 fix up some include paths. 2011-10-01 22:59:01 -05:00
AJ Kelly dbba5bd934 fix visual studio 2008 compile; will check other vs versions soonish 2011-09-24 01:57:19 -05:00
Jason Felds b04438a546 These Windows builds should be good. 2011-09-23 19:41:46 -04:00
AJ Kelly 3fdf6958ce fix ffmpeg linking issues in FastDebug on VS2008 2011-08-20 02:05:08 -05:00
Mark Cannon c00fef183e remove unused files from repo and project files 2011-08-06 21:38:50 +00:00
Jason Felds 6c15a82892 Start removing Guitar Mode.
This was rushed in to begin with, and not
worth maintaining for us.
2011-07-30 15:20:27 -04:00
Jason Felds 2e35024cfb Remove ScoreKeeperGuitar. It is pointless now.
Linux users, you may have to redo autogen.sh here.
2011-07-27 18:55:54 -04:00
AJ Kelly 9fa492210d sm-ssc -> StepMania per solution filename rename 2011-07-16 20:22:08 -05:00
Jason Felds 03f3140149 Guess I had to update Windows on a Mac. 2011-07-14 00:15:12 -04:00
AJ Kelly 9241a4b1cb go away semicolons 2011-07-03 17:42:14 -05:00
AJ Kelly 2abdbae80f semicolons, not commas 2011-07-03 10:43:08 -05:00
AJ Kelly b2d5d26188 More separation of Screens into folders [vs2008] 2011-06-13 22:14:24 -05:00
Jason Felds 584c2ee613 [loading window] Ensure loading & building order. 2011-06-05 10:10:45 -04:00
Jason Felds 227863965c [loading window] Don't forget VS2008. 2011-06-03 18:09:02 -04:00
Jason Felds e90b81d3c3 Working towards refactoring TimingSegments.
Hope I took care of the Windows 20** files right.
2011-05-31 00:17:46 -04:00
AJ Kelly 904e7ba2dd make some include paths less ugly on Windows. 2011-05-20 01:57:48 -05:00
Jason Felds 9fab5026b6 All builds shouldn't use pch's. (Win libpng) 2011-05-19 17:18:15 -04:00
Thai Pangsakulyanont 83c5b67647 [splittiming]
- #include "global.h" in SongPosition.cpp to make it build in MSVC.
- Add SongPosition.cpp to VC2008 project.
2011-05-12 23:34:57 +07:00
Thai Pangsakulyanont b22bd332f5 Disable the use of precompiled headers for libpng. 2011-05-12 23:23:15 +07:00
AJ Kelly aa58884f8f add NotesLoader/WriterJson 2011-05-10 18:59:09 -05:00
AJ Kelly 6b61e8e0bb fix vs2008 compile 2011-05-10 09:04:44 -05:00
Jason Felds c5156ccaa7 Attempted Windows fixes for libpng.
I was NOT on Windows while doing this.
Any mistakes here, blame on me.
2011-05-08 17:35:36 -04:00
Jason Felds 72518ee41a [sm130futures] Attempt consistency with net200*. 2011-05-05 14:02:51 -04:00
Jason Felds e93e5d4181 [sm130futures] Move warning disabling to .vcproj.
Also, found where vorbis is used on Windows.
2011-05-05 00:32:00 -04:00
Jason Felds 77297daff4 [sm130futures] zlib covered. vorbis not used...? 2011-05-05 00:04:07 -04:00
Jason Felds b89dcc548f [sm130futures] Good on Windows...and Mac too?
We'll see if I'm lucky here.
2011-05-04 23:22:51 -04:00
Jason Felds 4dedf4f3d2 [sm130futures] Well, Windows was easy on mad. 2011-05-04 23:07:57 -04:00
Jason Felds c2cdf0c763 [sm130futures] Not as much to change with pcre. 2011-05-04 22:42:23 -04:00
Jason Felds 5e872ece44 [sm130futures] Apply 4996 commit to all builds. 2011-05-04 22:18:18 -04:00
Jason Felds 7e39f24cc1 [sm130futures] Disable C4996 in the vcproj.
I think we can start removing the pragmas now.
2011-05-04 22:16:13 -04:00
Jason Felds d8f2e2ed20 [sm130futures] json good on Windows. 2011-05-04 22:11:55 -04:00
Jason Felds b17536b649 [sm130futures] Windows builds fine w/Lua location.
Linux side needs to be updated...but still more to move.
2011-05-04 21:23:09 -04:00
Jason Felds 98896cc948 [sm130futures] Bring Helpers out of Rage.
...no, I don't know why they got in there.
2011-05-04 19:38:09 -04:00
AJ Kelly 0b32783697 this seems to fix the compile on Windows; not sure if it's the best way of doing it, though. 2011-05-04 00:26:12 -05:00
Jason Felds ca68672e01 FILE, not DIRECTORY! 2011-05-03 22:31:08 -04:00
Jason Felds fa536fd24b Looks like I missed a few environments. 2011-05-03 22:23:16 -04:00
Jason Felds e281fd7183 lua had " put it here to see. 2011-05-03 22:20:37 -04:00
Jason Felds 4e22702026 Try different variable name, only one <Filter>.
We'll get this figured out...
2011-05-03 22:09:15 -04:00
Jason Felds 0d911c535b My attempt at fixing VS2008 compilation.
Revert this if it proves to be broken beyond repair.
2011-05-03 21:53:51 -04:00
Jason Felds ba85e43f50 Attempt RelativePath consistency. 2011-03-16 17:15:33 -04:00
AJ Kelly cbb12dea66 add folders to organize some sections better 2011-03-16 16:05:01 -05:00
Jason Felds 58aac62b16 [notesLoaderSMA] Let other OSes have fun. 2011-03-16 15:14:56 -04:00
AJ Kelly 56f96a50d8 I guess it fixed whitespace 2011-03-13 21:32:11 -05:00
AJ Kelly a4ba8c6564 change formatting to use tabs 2011-02-12 12:12:36 -06:00
Jason Felds e61745cdd6 Updating other OSes. Please test this. 2011-02-10 23:45:25 -05:00