Jason Felds
591bbae070
Compiles and links. Try at your own risk.
2013-02-10 20:38:14 -05:00
Jason Felds
eaad585fa8
Transplant revision b18dc32.
...
Original message is as follows:
[Xcode4.4] wrong code: NSBitsPerPixelFromDepth seems to like to return 0.
instead, use a reimplementation of CGGetDisplayBitsPerPixel
2013-02-10 20:31:40 -05:00
Jason Felds
bf54a30dbb
Definitely confirmed these files are gone.
...
Mac OS X still broken.
2013-02-10 11:32:43 -05:00
Jason Felds
d7518ef5b3
Bring Xcode up to 4.6 standards.
...
Basically includes hi def image stuff and headers.
Note: Mac OS X build is broken. LowLevelWindow_MacOSX.mm refers to the removed RageDisplay_Legacy_Helpers files. The replacement is not immediately obvious.
2013-02-10 01:10:01 -05:00
Devin J. Pohly
1973091a7f
ArchHooks: remove Data from per-user directory, move UserPackages to Packages
2013-02-05 00:01:08 -05:00
Jason Felds
b62c1509e0
ints should be reset to 0, not NULL.
...
I know it's a macro, but this is just begging
to be abused somehow.
2013-01-04 11:01:00 -05:00
phantom
ec69c7769b
More Windows loading.
2013-01-02 17:46:21 +01:00
phantom
716d62de10
Fix Gtk icon.
2013-01-02 10:59:38 +01:00
phantom
d7cdc02db3
Fix windows?
2013-01-01 18:14:14 +01:00
phantom
5fa1e3d2a0
Splash should show up properly now.
2013-01-01 17:40:29 +01:00
Devin J. Pohly
f6410abd43
X11: release all keys/buttons when window loses focus
2012-12-31 22:15:49 -05:00
Devin J. Pohly
655af974a6
simplify window mapping loop
2012-12-31 21:27:16 -05:00
Devin J. Pohly
d9f61d919c
answer some commented questions
2012-12-31 19:31:38 -05:00
Devin J. Pohly
301bc1428b
allow custom everything in user profile directory
2012-12-30 16:48:17 -05:00
Devin J. Pohly
bd0e2074ad
replace ASSERT(0) with useful fail messages
2012-12-27 16:59:35 -05:00
Jason Felds
a15cbc431d
War on -Werror, part 14: More hodgepodge.
2012-12-27 12:45:04 -05:00
Jason Felds
e86aeb66a8
war on -Werror, part 10: more informals.
2012-12-27 11:01:51 -05:00
Jason Felds
e01537405f
war on -Werror, part 8: more informals.
...
General guide: if the parameter name and its typings
match almost exactly, the name goes away.
Otherwise, it's commented out to allow for some
documentation.
2012-12-27 00:00:28 -05:00
Jason Felds
4f07a0ea8b
war on -Werror, part 7: start informal params.
...
I'm preserving our numbering Pohly. ;)
2012-12-26 23:23:59 -05:00
Devin J. Pohly
7f4e97d72a
fix one more unused warning
2012-12-26 23:08:51 -05:00
Devin J. Pohly
1acbf07466
war on -Werror, part 4: miscellany
2012-12-26 21:45:45 -05:00
Devin J. Pohly
58aa480016
war on -Werror, part 3: narrowing conversions
2012-12-26 21:12:12 -05:00
Colby Klein
a6020c8b1d
Shut up the PIUIO driver from leaving a warning all the time.
2012-12-09 02:45:41 -08:00
Colby Klein
83f745f95c
Add comments.
2012-12-09 02:45:19 -08:00
Devin J. Pohly
07aa41e6ef
add comments to clarify piuio inputdriver
2012-08-12 23:13:34 -04:00
Colby Klein
fbada6f17f
Add support for PIUIO Linux kernel driver, courtesy of djpohly.
2012-08-12 14:35:40 -07:00
Devin J. Pohly
92c7a7389c
replace deprecated functions to fix build on ffmpeg 0.11.1
...
tested on static 0.10.2 as well and it works just fine.
2012-08-02 17:38:08 -04:00
AJ Kelly
db0fc91d8b
the rest of the GTK splash.png fix form djpohly
2012-06-14 14:54:20 -05:00
Aldo Fregoso
0e2cc939d6
Mac OS X DialogDriver was lacking OKCancel, I also added YesNo Dialog to every platform.
2012-05-20 22:19:27 -05:00
AJ Kelly
ea0a854065
[LoadingWindow_Gtk] Actually resolve the path to the Splash file. [djpohly]
2012-05-17 12:08:05 -05:00
AJ Kelly
201d6e8029
another patch from djpohly, this time to silence some pointless log output
2012-05-03 14:06:41 -05:00
Thai Pangsakulyanont
db80cf5e22
make MovieTexture_FFMpeg use AVIO, so it's possible for us to later update to newer versions of ffmpeg.
...
- untested on Windows. need someone to test it.
- the ffmpeg revision that is used on Mac is f139838 (one tagged with 0.10.2)
2012-04-25 00:20:13 +07:00
Flameshadowxeroshin
64e74f4824
Fix some nasty behavior with ALSA thanks to custos-mundi (of irc.freenode.net #alsa) and ///
2012-04-07 21:21:18 +00:00
Jason Felds
9b78490059
Fix minor warning, make it not take a whole line.
2012-03-31 13:49:22 -04:00
AJ Kelly
e0a8bc81b0
update comment
2012-03-20 17:11:12 -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
AJ Kelly
0463d3bee7
ffmpeg fixes/changes from cvpcs
2012-03-10 21:07:38 -06:00
Austen Dicken
220a23f452
Update ffmpeg support to 0.10
2012-03-10 18:45:31 -06:00
AJ Kelly
46524e1b20
another spaces->tabs thing but idk who did this so *shrug*
2012-01-09 12:51:56 -06:00
Mark Cannon
6256b05272
more platform-independent fix for URLRageFile_write prototype
2012-01-09 05:12:20 -08:00
Mark Cannon
6c88fb9cc8
ffmpeg compatibility tweaks
2012-01-09 07:34:33 -05:00
Colby Klein
1dc4cbe8b4
Fixed Portable.ini on OS X.
2012-01-07 16:43:49 -08:00
Flameshadowxeroshin
1e0bec5ea8
yup
2012-01-06 02:11:47 +00:00
Flameshadowxeroshin
44ea656ac6
possibly fix Portable.ini under Linux.
2012-01-06 01:46:31 +00:00
Mark Cannon
7ad7200bd7
change ALSA-sw to the default driver; since it requires exclusive control of the sound card, and PulseAudio already claims exclusive access, we'll fall back to the pulse driver iff the sound card is unavailable
2012-01-02 18:20:23 -05:00
Colby Klein
d5edc4dd9c
Don't crash if language detection fails, but leave a warning. This should be fixed properly at some point (in particular, it is reported to fail for systems using Czech)
2011-12-26 09:19:37 -08:00
Colby Klein
195361e94a
Add padding to the loading window progress bar on OS X.
2011-12-20 00:40:31 -08:00
Colby Klein
4d327d32a5
Make it possible to actually find all of SM's files on Windows. I know this had
...
good intentions, but it was infuriating and confusing to everyone I've ever
had to explain it to. %APPDATA% will work fine.
2011-12-17 11:47:13 -08:00
Thai Pangsakulyanont
f119c8cead
add Paint() to SetProgress()
...
so that Windows does not think that the application is not responding.
2011-11-17 14:24:48 +07:00
Jason Felds
50f4f583a1
Thanks for the assist.
...
Adding Lua to new stuff is harder than you think.
2011-11-02 01:50:00 -04:00