Commit Graph

842 Commits

Author SHA1 Message Date
Timothee Besset 7845b4f370 Merge branch 'gtk3' of https://github.com/Pan7/GtkRadiant into gtk3 2015-12-24 17:11:33 -06:00
Pan7 a52b87c9e2 Merge branch 'master' of https://github.com/TTimo/GtkRadiant into gtk3 2015-10-31 15:28:23 +01:00
Pan7 d0f6e93f80 Merge pull request #329 from Mateos81/DisplaySizeInfo
XYZ position adjusted
2015-10-31 14:47:43 +01:00
Mateos81 4cf9cfef94 Adjusted middle XYZ position 2015-10-31 14:12:44 +01:00
Mateos81 b4ea54da9c XYZ position adjusted
With either show_axis true or false.
2015-10-31 12:47:35 +01:00
Mateos81 f441e81620 Merge remote-tracking branch 'refs/remotes/TTimo/master' into DisplaySizeInfo 2015-10-31 12:39:58 +01:00
Pan7 4f516b1f60 Fixed Texture Size, selecting size 2015-10-17 02:24:22 +02:00
Pan7 e8acfaebc1 Find / replace history 2015-10-16 14:59:40 +02:00
Pan7 51c301b8f7 Fixed Texture Size for the Texture Browser 2015-10-12 16:51:38 +02:00
Pan7 0585822882 Texture directory list for the other layouts 2015-10-11 13:40:20 +02:00
Pan7 d41ab59dea Merge branch 'master' of https://github.com/TTimo/GtkRadiant into gtk3 2015-10-10 02:09:57 +02:00
Pan7 c95be76a74 Merge pull request #327 from ensiform/misc_model_breakable
Adds misc_model_breakable entity rendering support for Jedi Academy.
2015-10-09 18:20:53 +02:00
Pan7 6402cf3c79 Merge branch 'master' of https://github.com/TTimo/GtkRadiant into gtk3
Conflicts:
	radiant/mainframe.cpp
	radiant/preferences.cpp
	radiant/xywindow.cpp
2015-10-09 18:13:35 +02:00
Ensiform cb7276babf Adds misc_model_breakable entity rendering support for Jedi Academy. 2015-10-09 10:59:01 -05:00
Pan7 a9d397f988 Merge pull request #324 from Mateos81/DisplaySizeInfo
Forgot XZ and YZ views, sorry again
2015-10-09 02:35:45 +02:00
Mateos81 242a5aa962 Forgot XZ and YZ views, sorry again 2015-10-06 18:22:26 +02:00
Pan7 0c7dd38f85 4way layout center 2015-10-06 15:22:28 +02:00
Pan7 da3a9e6097 Dialog updates, replacing deprecated tables 2015-10-06 09:56:01 +02:00
Timothee "TTimo" Besset 11272e6462 Merge pull request #320 from Pan7/errnoh
Missing errno.h header
2015-10-04 12:02:35 -05:00
Pan7 509a9632a2 Missing errno.h header 2015-10-04 12:12:03 +02:00
Timothee "TTimo" Besset 47ee49411b Merge pull request #318 from Pan7/entdef
Fix (entity class) def file parsing
2015-10-03 12:31:15 -05:00
Pan7 b0ca831d84 Fix (entity class) def file parsing 2015-10-03 19:26:12 +02:00
Timothee "TTimo" Besset 6c81fef524 Merge pull request #317 from Mateos81/DisplaySizeInfo
DisplaySizeInfo: Lower x print + Add a space after the ':' char + Tabs instead of spaces.
2015-10-03 11:58:55 -05:00
Timothee "TTimo" Besset 93fa0eed10 Merge pull request #315 from Pan7/usemtl
usemtl for obj models
2015-10-03 11:50:44 -05:00
Timothee "TTimo" Besset 6ab189f0b1 Merge pull request #313 from ensiform/misc_model_static_fix
Jedi Academy misc_model_static support for radiant.
2015-10-03 11:50:10 -05:00
Timothee "TTimo" Besset 9154ce75a7 Merge pull request #306 from Pan7/min3dmspeed
Min speed for 3d mouse velocity
2015-10-03 11:47:11 -05:00
Pan7 e1bfb50c24 Surface/Patch Inspector dialog expand/fill updates 2015-10-03 15:24:49 +02:00
Mateos81 cb00cebbb4 DisplaySizeInfo 2015-10-03 00:01:48 +02:00
Timothee "TTimo" Besset d2c0ce4370 Merge pull request #314 from ensiform/cpp11_string_concat_fixes
C++11 and newer reserves X"foo" and "bar"Y for string literal syntax.
2015-10-01 11:18:59 -05:00
Pan7 e09ed3bffd usemtl for obj models 2015-10-01 17:56:00 +02:00
Pan7 57138ae6e5 Hollow Touch update, thx Garux 2015-09-30 18:50:19 +02:00
Ensiform cbab8835f9 C++11 and newer reserves X"foo" and "bar"Y for string literal syntax.
This patch fixes the instances that were found by MSVC 2015 compiling so far.
2015-09-29 18:35:44 -05:00
Ensiform 401dc19c39 Jedi Academy misc_model_static support for radiant.
This patch adds misc_model_static model rendering for radiant and tidies up the string check code for model classnames in a couple of places.
2015-09-29 16:55:01 -05:00
Pan7 39405afcb0 Fix another crash 2015-09-29 20:54:54 +02:00
Pan7 45a24f3134 Fixed Texture Size for the Texture Browser 2015-09-29 18:03:12 +02:00
Pan7 de0e3e2b8c Preference option for the Texture Directory List 2015-09-29 13:16:56 +02:00
Pan7 f99c5019a3 Allow key presses for insensitive patch inspector window 2015-09-29 01:12:34 +02:00
Pan7 6ab9b6b8c8 Small Patch Inspector fix 2015-09-29 00:56:18 +02:00
Pan7 930bd66b87 Fix for a crash 2015-09-28 23:39:57 +02:00
Pan7 3496e421c6 Min speed for 3d mouse velocity 2015-09-28 15:22:37 +02:00
Timothee "TTimo" Besset 3bd07009e4 make the setup target get the gtk3 stuff 2015-09-27 15:49:37 -05:00
Timothee "TTimo" Besset 7038c21e1a misc 2015-09-27 15:49:17 -05:00
Timothee "TTimo" Besset 48d03ea905 fix crash 2015-09-27 15:48:42 -05:00
Timothee "TTimo" Besset d5af21b669 Merge branch 'master' into gtk3
Conflicts:
	radiant/mainframe.cpp
2015-09-27 11:39:45 -05:00
Timothee "TTimo" Besset 97ee2b51bd Merge pull request #301 from Pan7/openfiles
Increase the max open files to its maximum for msvc
2015-09-27 10:38:35 -05:00
Pan7 ac95505d93 Increase the max open files to its maximum for msvc 2015-09-26 22:47:39 +02:00
Timothee "TTimo" Besset 245655b3c3 fix q3data debug compilation 2015-09-26 12:58:24 -05:00
Timothee "TTimo" Besset b255bc6e41 Merge pull request #300 from Pan7/faceselect
Switching the key bindings for single face select (ctrl+shift+LMB) wi…
2015-09-26 12:18:45 -05:00
Pan7 296ab55ef7 Switching the key bindings for single face select (ctrl+shift+LMB) with multi face select (ctrl+shift+alt+LMB) 2015-09-26 12:02:09 +02:00
Pan7 ae48794e84 Not using static xml library 2015-09-25 09:08:28 +02:00