jdolan
|
562a941d16
|
Game packs are now fetched to 'packs' and exported into 'install/installs'. This way we don't have .svn turds kicking around in 'install'.
|
2013-06-29 15:36:51 -04:00 |
|
jdolan
|
a4240aaa36
|
Conditionalize the creation of our build symlink.
|
2013-06-29 14:42:34 -04:00 |
|
Timothee "TTimo" Besset
|
5d3dc9ff14
|
Merge pull request #189 from jdolan/master
Q2Pack support and small Q2W enhancements
|
2013-06-29 08:25:59 -07:00 |
|
jdolan
|
409f1fc026
|
Failure to load PCX/BMP/TGA should not result in a fatal error. Check the existence of these files first, if the file does not exist, simply return. This way we'll still blow up on malformed images, which is less annoying.
|
2013-06-29 11:05:49 -04:00 |
|
jdolan
|
217e3b51ad
|
Fix Q2Pack path name in generated .game file.
|
2013-06-29 11:04:49 -04:00 |
|
jdolan
|
ea202cd932
|
@TTimo -style formatting :>
|
2013-06-29 10:19:52 -04:00 |
|
jdolan
|
1d3e5731dd
|
Merge branch 'master' of https://github.com/TTimo/GtkRadiant
|
2013-06-29 10:17:25 -04:00 |
|
jdolan
|
83333305cd
|
Remove support for --libgl and Q3R_LIBGL. We should instead rely on GDK_GL_LIBGL_PATH, as GtkGlExt does and we must agree with it.
|
2013-06-29 10:17:08 -04:00 |
|
jdolan
|
33eff58869
|
Try skin.tga in the model directory as a last-ditch-effort to load model skins. This fixes all of the Quake2World models in Radiant.
|
2013-06-29 10:16:29 -04:00 |
|
jdolan
|
db226fb8d8
|
Add .obj as a supported filetype because the rest we support are already there.
|
2013-06-29 10:15:51 -04:00 |
|
jdolan
|
1417d57e98
|
Add Q2Pack and Q2WPack to default build.
|
2013-06-29 10:15:26 -04:00 |
|
jdolan
|
8f4274d938
|
Updated project files with debug / run configurations.
|
2013-06-29 10:15:06 -04:00 |
|
Timothee "TTimo" Besset
|
87c0da99eb
|
Merge pull request #183 from jdolan/master
Mac packaging
|
2013-06-29 06:08:57 -07:00 |
|
jdolan
|
34cdd2d667
|
Updated .gitignore to ignore games, installs, q3map2_urt, q3data.
|
2013-06-28 09:08:33 -04:00 |
|
jdolan
|
00b1557797
|
Add FontConfig configuration file and turn on FC_DEBUG.
|
2013-06-28 09:07:02 -04:00 |
|
jdolan
|
32e9a51af2
|
Remove 'git clone horror' :)
|
2013-06-27 18:18:44 -04:00 |
|
jdolan
|
625eaa9502
|
Fix 64 bit windows q3map2 visibility.
|
2013-06-27 17:48:22 -04:00 |
|
jdolan
|
dac352274a
|
Merged upstream.
|
2013-06-27 16:57:35 -04:00 |
|
jdolan
|
78edf4e227
|
Make Radiant honor GDK_GL_LIBGL_PATH. This way Radiant and GtkGLExt can use the same instance of libGL.dylib. Failure to do this results in unpredictable and wrong behavior from GL.
|
2013-06-27 16:02:47 -04:00 |
|
jdolan
|
482dc447ab
|
Yea, that's definitely a crash if you don't return there, even on Apple (wtf?).
|
2013-06-27 10:02:03 -04:00 |
|
jdolan
|
9237b835f7
|
Working with no GTK errors whatsoever, crashes on GL init.
|
2013-06-27 09:32:30 -04:00 |
|
jdolan
|
430696eacf
|
Deletions.
|
2013-06-27 00:39:24 -04:00 |
|
jdolan
|
09126695d9
|
Vastly simplify the .app structure. Radiant runs.
|
2013-06-27 00:36:58 -04:00 |
|
jdolan
|
178ebc262b
|
Unify whitespace and add -headerpad_max_install_names to LINKFLAGS.
|
2013-06-27 00:36:39 -04:00 |
|
jdolan
|
2d6a36ac81
|
Apple packaging somewhat working. The resulting binary runs but crashes. Need some getenv help to load resources and whatnot.
|
2013-06-26 21:36:32 -04:00 |
|
Timothee Besset
|
7c0f42e455
|
multi vertex select and manipulation
|
2013-06-23 00:48:21 +01:00 |
|
Timothee Besset
|
68a2a18ec8
|
fixup the q2w patch
|
2013-06-22 23:11:25 +01:00 |
|
jdolan
|
b7788b51fd
|
Add prefix_win32 to generated Q2W.game file.
|
2013-06-22 22:31:26 +01:00 |
|
jdolan
|
56d46ea561
|
#165 Add prefix_win32 support to game packs.
|
2013-06-22 22:31:17 +01:00 |
|
Timothee Besset
|
5d08c3e9ec
|
add *.ogg and *.wav to the sound types selection
|
2013-06-22 21:56:11 +01:00 |
|
Timothee "TTimo" Besset
|
a97c188cdb
|
fix
|
2013-06-15 21:09:42 -05:00 |
|
Timothee "TTimo" Besset
|
6b62952832
|
control 32/64 bit version of q3map2 for the Windows build. requires a restart of the editor (and regen of the project file)
|
2013-06-15 21:03:14 -05:00 |
|
Timothee Besset
|
f0c620b09f
|
pull the Q2WPack in from github during setup
|
2013-06-15 21:43:43 +01:00 |
|
Timothee Besset
|
7b85f304cf
|
create install\x64
|
2013-06-09 21:44:48 +01:00 |
|
Timothee Besset
|
7a2e7fc9f3
|
bump version
|
2013-06-09 18:18:10 +01:00 |
|
Timothee Besset
|
8f6b5c4af5
|
new dependency location
|
2013-06-09 18:16:18 +01:00 |
|
Timothee Besset
|
444367cb8e
|
new binary dependencies setup
|
2013-06-08 21:24:42 +01:00 |
|
Timothee Besset
|
0241ec6d9b
|
put q3map2.exe x64 in install/x64, and copy the dependent DLLs
|
2013-06-07 05:13:20 +01:00 |
|
Timothee Besset
|
4c9f5c5229
|
double free - and that's never crashed us before .. in how many years?
|
2013-06-07 04:39:38 +01:00 |
|
Timothee Besset
|
5d0b2a2b94
|
fix crashes: libxml2 static linking, turn off libintl stuff
|
2013-06-03 03:23:11 +01:00 |
|
jdolan
|
c72536f4b3
|
Initial Apple packaging. Needs Gtk / Pango crap.
|
2013-06-02 22:12:42 -04:00 |
|
Timothee Besset
|
0acbb7abbb
|
testing config setup
|
2013-06-03 00:46:28 +01:00 |
|
jdolan
|
876c1438c2
|
Merge remote-tracking branch 'upstream/master'
|
2013-06-02 10:44:11 -04:00 |
|
jdolan
|
246085906e
|
Add prefix_win32 to generated Q2W.game file.
|
2013-06-02 10:35:21 -04:00 |
|
jdolan
|
e67e9d6655
|
#165 Add prefix_win32 support to game packs.
|
2013-06-02 10:12:14 -04:00 |
|
Timothee Besset
|
7c1f101a29
|
spitting x64 q3map2 now
|
2013-06-02 00:56:33 +01:00 |
|
Timothee Besset
|
f72f41cf1d
|
fix ws2_32 lib dep
|
2013-06-02 00:17:56 +01:00 |
|
Timothee Besset
|
f397e4a8d6
|
link libxml2
|
2013-06-01 23:39:34 +01:00 |
|
Timothee Besset
|
9f425c0c72
|
add include path for gdk-pixbuf
|
2013-06-01 23:26:37 +01:00 |
|
Timothee Besset
|
1ec0ec94ba
|
switching to newer gtk and libxml. wip
|
2013-06-01 23:05:35 +01:00 |
|