Commit Graph

1203 Commits

Author SHA1 Message Date
Zack Middleton 5debf960e3 Include errno.h in plugins/vfspk3/vfs.cpp 2015-11-08 17:42:11 -06:00
TTimo 7258ec3367 go back to version 1.6.5 2015-11-08 16:34:59 -06:00
TTimo 95186e4178 updated support archives on S3 2015-11-08 00:01:10 -06:00
TTimo 48369d78f9 - Convert to Visual Studio 2015
- Drop STLPort
- Rebuild libxml2 binaries, update project files accordingly
- Rebuild jpeg-9 binaries
2015-11-07 23:44:49 -06:00
Mateos81 70d3ac3584 Merge remote-tracking branch 'refs/remotes/TTimo/master' 2015-10-31 17:59:46 +01:00
Mateos81 3abb6c7ab6 Merge remote-tracking branch 'refs/remotes/TTimo/master' 2015-10-31 17:58:57 +01:00
Timothee "TTimo" Besset 3a6dd7a66c Merge pull request #323 from Mateos81/NumericKeypad
Numeric keypad related shortcuts
2015-10-31 09:39:03 -05:00
Timothee "TTimo" Besset 1189ebe4d4 Merge pull request #319 from Pan7/entanglearrow
Angle arrow for entities with angle and fixed size
2015-10-31 09:37:50 -05:00
Timothee "TTimo" Besset 803721278d Merge pull request #326 from Pan7/fixconshrink
Fix shrinking console
2015-10-31 09:35:56 -05:00
Pan7 d0f6e93f80 Merge pull request #329 from Mateos81/DisplaySizeInfo
XYZ position adjusted
2015-10-31 14:47:43 +01:00
Pan7 b8f259ed75 Merge branch 'master' of https://github.com/TTimo/GtkRadiant 2015-10-31 14:46:49 +01:00
Pan7 ec2e0d471b Merge branch 'DisplaySizeInfo' of https://github.com/Mateos81/GtkRadiant 2015-10-31 14:45:11 +01:00
Mateos81 4cf9cfef94 Adjusted middle XYZ position 2015-10-31 14:12:44 +01:00
Pan7 d624640267 Merge branch 'DisplaySizeInfo' of https://github.com/Mateos81/GtkRadiant 2015-10-31 13:05:26 +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
Mateos81 e68e46feee Merge remote-tracking branch 'refs/remotes/TTimo/master' 2015-10-31 12:38:47 +01: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
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
Pan7 11ace98d2f Merge branch 'master' of https://github.com/TTimo/GtkRadiant 2015-10-09 02:34:49 +02:00
Pan7 aa7e731f0f Merge branch 'DisplaySizeInfo' of https://github.com/Mateos81/GtkRadiant 2015-10-09 01:22:33 +02:00
Pan7 86a0a8d8c2 Fix shrinking console 2015-10-07 11:06:01 +02:00
Mateos81 242a5aa962 Forgot XZ and YZ views, sorry again 2015-10-06 18:22:26 +02:00
Mateos81 98476ca2e6 Replaced spaces by tabs... Sorry ^^' 2015-10-06 18:09:05 +02:00
Mateos81 565a183cef Step 2: Alt + Numeric Keypad filters 2015-10-05 23:20:30 +02:00
Mateos81 c961152408 Step 1: Numeric Keypad changes Grid Size 2015-10-05 23:11:24 +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
Pan7 1a70de0efe Angle arrow for entities with angle and fixed size 2015-10-04 10:53:05 +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
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
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 3496e421c6 Min speed for 3d mouse velocity 2015-09-28 15:22:37 +02: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 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
Timothee "TTimo" Besset 0b0919245d Merge pull request #297 from Pan7/menu
Patch Inspector menu item
2015-09-13 16:49:10 -05:00
Timothee "TTimo" Besset a3f21a8c41 Merge pull request #298 from Pan7/errmsg
Error description for file accesses that fail
2015-08-09 15:53:05 +02:00
Pan7 124b4c035b Error description for file accesses that fail 2015-08-09 15:40:41 +02:00
Pan7 3ac658ce04 Patch Inspector menu item 2015-08-06 23:01:08 +02:00