Commit Graph

7 Commits

Author SHA1 Message Date
Nathan Fulton
df2ef6560a Add Nathan to help credits
Add myself into help credits under additional coding :)
2016-08-31 22:43:35 -04:00
Nathan Fulton
00345c52cd Expand size of titlescreenbkgd to fill larger displays
Due to the repetition, this 1422x913 version of the title screen
background doesn’t look overly great. However, it’s better than using a
small image that can’t fill larger screens.
2016-08-31 22:43:35 -04:00
Nathan Fulton
4aadbf87cb strings.h -> wistrings.h
Change strings.h to wistrings.h to prevent SDL.h from including it
while trying to include the CRT strings.h
2016-08-24 21:40:38 -04:00
Scott Ludwig
f2289c40ac Make data assets buildable on Linux
- Buildable on OSX and Linux now
- Fixed filename casing mismatches
- Inicrunch fixes, osx and linux versions, added Makefile

Note: gnu's cpp doesn't understand the -Wno-invalid-pp-token flag,
the absence of which causes ignorable preprocessing warnings on
strings with unmatched quotes.
2016-01-21 19:06:42 -08:00
Scott Ludwig
a0f077cb1a Add -Wno-invalid-pp-token -Wno-trigraphs to data preprocess step
This tells the .lvl preprocess step to ignore things like single quotes in text,
and char sequences that look like trigraphs but aren't.
2016-01-20 22:53:13 -08:00
Scott Ludwig
288ae87a69 expand width of title screen background to fill display of newer devices
(from Darrin)
2016-01-20 22:51:00 -08:00
Darrin Massena
f4c0203914 initial commit 2014-07-06 17:47:28 -07:00