Commit Graph
54 Commits
Author SHA1 Message Date
Ben "root" Anderson 3d466eb227 Missed a last few archutils, I blame WinMain 2013-10-27 12:43:49 -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 fcb3be7c19 More archutils and one DSound .cpp I missed. I THINK I got them all this time. 2013-10-26 16:06:08 -05:00
Ben "root" Anderson dee10e7664 Typo! 2013-10-26 15:40:21 -05:00
Ben "root" Anderson 911cd2e299 Making headway on required archutils 2013-10-25 17:55:07 -05:00
Ben "root" Anderson f38d56104c typo 2013-10-25 15:26:42 -05:00
Ben "root" Anderson 2d9890747c src/Makefile.am: 1) LinuxThreadHelpers -> PthreadHelpers 2) Missed a Threads_Pthreads inclusion 3) Snub MovieTexture_DShow for now 2013-10-25 15:13:14 -05:00
Ben "root" Anderson 0123a24dd1 Can't get the WDMKS driver to build. Operating on the assumption that it was broken in the first place. 2013-10-25 03:59:26 -05:00
Ben "root" Anderson 0d86db9942 Partial overhaul. Moved all drivers into one place and indented bodies of if statements to make things easier to read. 2013-10-25 01:52:34 -05:00
Ben "root" Anderson 9c183c9f4a Don't hardcode -lrt -lpthread. autoconf SHOULD add them automatically if needed. 2013-10-24 20:37:17 -05:00
Ben "root" Anderson 7820c29bb4 Meet AX_CHECK_LIB_USING_HEADER. Also threw X11 back in because why the hell not. configure actually completes successfully now. 2013-10-24 17:31:34 -05:00
Colby KleinandDevin J. Pohly 5ddc0562d5 Remove ScreenPackagesSSC 2013-09-26 12:44:39 -04:00
Devin J. Pohly f9208e1276 Add skeletal sound driver for JACK
This doesn't make any sound yet, but it creates the JACK client and connects
the requested ports if any.
2013-08-06 19:24:55 -04:00
phantom eb301edc44 Enable LTO switch for configure script and automake 1.14 fix 2013-06-29 18:37:57 +02:00
Devin J. Pohly 1220dbe085 Revert "Round 2-2 of this."
This reverts commit 0ae4183f7b.
2013-06-04 23:47:22 -04:00
Jason Felds 0ae4183f7b Round 2-2 of this. 2013-04-16 00:16:02 -04:00
Colby Klein 60cede24fe Add GLES2 files to Makefile and configure.ac (compile with --without-gles2 if you don't want to build it; it doesn't hurt anything though) 2012-12-09 03:01:08 -08:00
Colby Klein fbada6f17f Add support for PIUIO Linux kernel driver, courtesy of djpohly. 2012-08-12 14:35:40 -07:00
AJ Kelly 9931903f88 add CreateZip from SM4 betas. Someone should probably add this to the xcode project file. 2012-07-01 12:46:00 -05:00
Austen Dicken df32fc663d More FFMpeg adjustments
Since many distros don't have packages for FFMpeg 0.10 yet, allow a static
prebuilt package to be specifiec with --with-static-ffmpeg=/path/to/ffmpeg.

Also recreate the functionality of ./Utils/build.sh to now pull FFMpeg 0.10.2
from the web, statically build it, and link it into Stepmania.
2012-03-30 18:05:58 -05:00
Austen Dicken 0c94594541 remove the need for libtheora since we have ffmpeg to handle
theora videos
2012-03-12 23:26:34 -05:00
Jason Felds 354a345c4d Again, why the linux hate?
I know the functionality is busted, but still.
2012-03-12 15:12:55 -04:00
Jason Felds 56d1bd12fb Any reason this was excluded from the linux side?
It's on both Mac and Windows as far as I can tell.
Feel free to revert if there was a reason.
2012-03-12 15:01:05 -04:00
Jason Felds fd40fea9cb Remove PMSLoader.
The BPMSLoader now handles PMS files considering their
similarities.
2011-11-30 00:32:17 -05:00
ZipFile 94bb8a781a We already have dynamic linked one. 2011-10-09 16:45:05 +02:00
AJ Kelly e14b96cfbf part one of three-ish in reverting the Actors/ folder thing 2011-10-02 21:14:01 -05:00
Jason Felds 3bd53a5cb4 Hopefully linux is caught up. 2011-09-23 19:43:05 -04:00
AJ Kelly 1f748a747a add missing ScreenOptionsExportPackage to Linux makefile, add Unix version of SpecialDirs (for finding the desktop folder) 2011-08-23 20:43:34 -05:00
AJ Kelly 819a5310eb use %X instead of the separate hour, minute, and second ones, per ZipFile's suggestion 2011-08-23 16:40:36 -05:00
AJ Kelly 95d495e121 messing with the date again, this time with time zone and UTC offset 2011-08-23 16:16:02 -05:00
AJ Kelly aa3041fe94 [Makefile.am] Fixed version date and time handling. 2011-08-23 15:48:56 -05:00
Mark Cannon e1a447cc36 revert henke's loadingwindow "improvements"; if you're reading this, henke, you do *NOT* sacrifice readability for misguided optimization, and you do *NOT* use a globally externed variable for something with a useful lifetime of part of one function 2011-08-06 21:33:49 +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
Colby Klein 949170e9a3 Remove ScreenTestFonts. It is useless.
(please update Xcode and VC projects to reflect this, I will be removing some other useless stuff soon)
2011-07-13 12:19:30 -07:00
Jason Felds c06763db85 Make linux compile the loading window code.
NOTE: The actual loading window code is stubbed.
I do not know GTK window code yet, so hopefully
this won't crash yet.
2011-06-11 09:30:49 -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
Jason Felds 9909125b50 [splittiming] Let Linux have fun with this.
I forgot which folder SongPosition.* goes in.
2011-05-14 01:37:12 -04:00
Jason Felds ae6dbaa9e2 Linux compiles again. Needs help linking. 2011-05-12 00:31:52 -04:00
Jason Felds 0e9de47cf6 Patch by codebrainz for linux assistance.
Linux users, you may want to make clean
&& sh ./autogen.sh && ./configure before
running make again.
2011-05-12 00:19:01 -04:00
Jason Felds 57aa17bb51 Slightly desparate, and don't want to lose this. 2011-05-11 22:48:19 -04:00
AJ Kelly 5e262bec0f add NotesLoader/WriterJson to makefile.am 2011-05-10 19:03:30 -05:00
Jason Felds 008ac8a1cf Trying to get Linux consistent with libpng. 2011-05-08 17:24:31 -04:00
Jason Felds ac9d938cb4 Right, never moved libtom* yet. 2011-05-07 14:37:06 -04:00
Jason Felds 33bd307041 [splittiming] another attempt, so branch reopened.
fork of 848de97
shadows 5ed5cb4
2011-05-07 13:42:01 -04:00
Jason Felds 58aac62b16 [notesLoaderSMA] Let other OSes have fun. 2011-03-16 15:14:56 -04:00
Jason Felds e61745cdd6 Updating other OSes. Please test this. 2011-02-10 23:45:25 -05:00
AJ Kelly 250e450662 remove unused GroupList and MusicList 2010-12-22 12:49:23 -06:00
AJ Kelly fdce4e354f update project files to include FileDownload, JsonUtil, ScreenInstallOverlay 2010-12-15 19:04:16 -06:00
AJ Kelly 9e019c194f okay it turns out there's another booboo: BackgroundCache was still referenced in here. (another "should've been in public beta 2" commit) 2010-03-31 19:32:50 -05:00