]> git.xonotic.org Git - xonotic/netradiant.git/log
xonotic/netradiant.git
6 years agoName _Export_ option ”Export” 54/head
Thomas Debesse [Sat, 15 Jul 2017 13:48:00 +0000 (15:48 +0200)]
Name _Export_ option ”Export”

It's called “Export” everywhere except in menu!

6 years agoMerge branch 'fixpk3' into 'master'
Mario [Wed, 12 Jul 2017 20:52:35 +0000 (20:52 +0000)]
Merge branch 'fixpk3' into 'master'

[regression] fix pk3 archive loading [currently broken]

See merge request !49

6 years agofix pk3 archive loading 49/head
Thomas Debesse [Tue, 11 Jul 2017 11:17:43 +0000 (13:17 +0200)]
fix pk3 archive loading

pk3dir/dpkdir directories were working, not pk3/dpk archives because of
wrong extension comparison.

6 years agoMerge branch 'fixurl' into 'master'
Mario [Tue, 11 Jul 2017 06:29:28 +0000 (06:29 +0000)]
Merge branch 'fixurl' into 'master'

Fix menu and about url, remove “check for update” , use xdg-open, enable https

Closes #28 and #87

See merge request !45

6 years agouse xdg-open to open url on Linux, fix #87 45/head
Thomas Debesse [Tue, 11 Jul 2017 03:36:00 +0000 (05:36 +0200)]
use xdg-open to open url on Linux, fix #87

6 years agoremove "Check for updates" menu entry, fix #28"
Thomas Debesse [Tue, 11 Jul 2017 03:34:28 +0000 (05:34 +0200)]
remove "Check for updates" menu entry, fix #28"

6 years agoFix menu and about url
Thomas Debesse [Tue, 11 Jul 2017 03:08:45 +0000 (05:08 +0200)]
Fix menu and about url

- remove dead url and set usable ones instead
- allow to open https:// urls

6 years agoMerge branch 'sysfprintf' into 'master'
Mario [Mon, 10 Jul 2017 17:13:28 +0000 (17:13 +0000)]
Merge branch 'sysfprintf' into 'master'

import sys_fprintf changes by Pan7 from GtkRadiant tree

See merge request !35

6 years agoMerge branch 'dpkdir' into 'master'
Mario [Mon, 10 Jul 2017 17:12:52 +0000 (17:12 +0000)]
Merge branch 'dpkdir' into 'master'

add pk3dir and dpkdir support

See merge request !39

6 years agoMerge branch 'unvdeluxe' into 'master'
Mario [Mon, 10 Jul 2017 17:08:38 +0000 (17:08 +0000)]
Merge branch 'unvdeluxe' into 'master'

[q3map2] dæmon engine expects model space deluxe maps

See merge request !40

6 years agoMerge branch 'unvpack' into 'master'
Mario [Mon, 10 Jul 2017 17:08:02 +0000 (17:08 +0000)]
Merge branch 'unvpack' into 'master'

add unvanquished game pack [the real one]

See merge request !41

6 years agoMerge branch 'fixcflags' into 'master'
Mario [Mon, 10 Jul 2017 17:04:11 +0000 (17:04 +0000)]
Merge branch 'fixcflags' into 'master'

[cmake] assign CMAKE_CXX_FLAGS as a string instead of a list

See merge request !44

6 years agoMerge branch 'importfixes' into 'master'
Mario [Mon, 10 Jul 2017 17:03:47 +0000 (17:03 +0000)]
Merge branch 'importfixes' into 'master'

[q3map2] import fixes from Thomas Köppe

See merge request !33

6 years agoMerge branch 'libpng16fix' into 'master'
Mario [Mon, 10 Jul 2017 13:39:47 +0000 (13:39 +0000)]
Merge branch 'libpng16fix' into 'master'

[q3map2] do not copypaste zlib, fix 96

Closes #96

See merge request !42

6 years ago[cmake] assign CMAKE_CXX_FLAGS as a string instead of a list 44/head
Thomas Debesse [Sun, 9 Jul 2017 20:01:46 +0000 (22:01 +0200)]
[cmake] assign CMAKE_CXX_FLAGS as a string instead of a list

- fix command line -DCMAKE_CXX_FLAGS expansion

spotted by !43

6 years agodo not copypaste zlib
Thomas Debesse [Tue, 25 Apr 2017 23:02:51 +0000 (01:02 +0200)]
do not copypaste zlib

unzip.c contains many bits from an older zlib which mismatches with newer zlib loaded by libpng.
This fix just make unzip.c relying on zlib like libpng does, without copypasting it.

Thanks to `Ishq who figured out the issue.

6 years ago[q3map2] unvanquished expects white minimap
Thomas Debesse [Sun, 23 Apr 2017 01:24:27 +0000 (03:24 +0200)]
[q3map2] unvanquished expects white minimap

6 years agoadd unvanquished game pack
Thomas Debesse [Tue, 4 Oct 2016 23:21:44 +0000 (01:21 +0200)]
add unvanquished game pack

6 years ago[q3map2] dæmon engine expects model space deluxe maps
Thomas Debesse [Thu, 20 Apr 2017 17:28:11 +0000 (19:28 +0200)]
[q3map2] dæmon engine expects model space deluxe maps

7 years agodo not load tex-* dpk by default, only rely on map DEPS
Thomas Debesse [Sun, 26 Mar 2017 01:44:21 +0000 (03:44 +0200)]
do not load tex-* dpk by default, only rely on map DEPS

7 years agointroduce dpk / dpkdir support
Thomas Debesse [Mon, 13 Mar 2017 02:41:55 +0000 (03:41 +0100)]
introduce dpk / dpkdir support

- do not rely on game name but on new dpk format
  to check for DEPS and versions
- pk3 / pk3dir support is for legacy paks only
- add pk4dir support for free (legacy paks)

replace unvanquished references by daemon ones
in function/variable name for versionned vfs code

7 years agodo not crash on missing pak dependency
Thomas Debesse [Mon, 13 Mar 2017 01:52:04 +0000 (02:52 +0100)]
do not crash on missing pak dependency

7 years agoAdd texturebrowser tree updates on vfs restart
neumond [Thu, 3 Jul 2014 22:00:21 +0000 (02:00 +0400)]
Add texturebrowser tree updates on vfs restart

7 years agoload all tex-* paks, remove VFS double start
neumond [Mon, 30 Jun 2014 22:24:10 +0000 (02:24 +0400)]
load all tex-* paks, remove VFS double start

7 years agounvanquished filesystem
neumond [Sun, 29 Jun 2014 15:29:26 +0000 (19:29 +0400)]
unvanquished filesystem

7 years agoMerge branch 'fix-floodentities' into 'master'
Mario [Fri, 7 Apr 2017 04:01:52 +0000 (04:01 +0000)]
Merge branch 'fix-floodentities' into 'master'

Fix FloodEntities origin-less check

Closes #57

See merge request !38

7 years agoFix FloodEntities origin-less check
maek [Fri, 24 Mar 2017 10:15:47 +0000 (10:15 +0000)]
Fix FloodEntities origin-less check

7 years agoMerge branch 'matthiaskrgr/no_store_on_no_bnc' into 'master' xonotic-v0.8.2
Mario [Sun, 12 Mar 2017 22:47:19 +0000 (22:47 +0000)]
Merge branch 'matthiaskrgr/no_store_on_no_bnc' into 'master'

q3map2: don't store lightmap if the last bounce computation ran empty.

See merge request !9

7 years agoq3map2: don't store lightmap if the last bounce computation ran empty.
Matthias Krüger [Thu, 3 Sep 2015 00:29:27 +0000 (02:29 +0200)]
q3map2: don't store lightmap if the last bounce computation ran empty.

7 years agoMerge branch 'Melanosuchus/fix_build' into 'master'
Mario [Sun, 12 Mar 2017 19:42:42 +0000 (19:42 +0000)]
Merge branch 'Melanosuchus/fix_build' into 'master'

Fix compilation

See merge request !36

7 years agoFix compilation 36/head
Mattia Basaglia [Sun, 12 Mar 2017 19:34:42 +0000 (19:34 +0000)]
Fix compilation

7 years agoSorry - nullptr doesn't work with the default Makefile and I don't trust the rest...
Rudolf Polzer [Wed, 19 Oct 2016 19:22:12 +0000 (15:22 -0400)]
Sorry - nullptr doesn't work with the default Makefile and I don't trust the rest of the code to compile with -std=c++11 yet.

7 years agoMore: Using Sys_FPrintf with SYS_WRN and SYS_ERR
Thomas Debesse [Sat, 15 Oct 2016 18:00:27 +0000 (20:00 +0200)]
More: Using Sys_FPrintf with SYS_WRN and SYS_ERR

This commit do the same as “Using Sys_FPrintf with SYS_WRN and SYS_ERR” commit by @Pan7 (a288b9c) for occurrences that were left untouched (tools/ subtree only).

7 years agoUsing Sys_FPrintf with SYS_WRN and SYS_ERR
Pan7 [Mon, 16 May 2016 19:20:20 +0000 (21:20 +0200)]
Using Sys_FPrintf with SYS_WRN and SYS_ERR

7 years agophrasing..
Timothee Besset [Sun, 24 Apr 2016 20:05:09 +0000 (15:05 -0500)]
phrasing..

7 years ago[tools/quake3/q3map2] Fix memset size bugs
Thomas Köppe [Sun, 14 Aug 2016 00:08:28 +0000 (01:08 +0100)]
[tools/quake3/q3map2] Fix memset size bugs

7 years ago[quake3/q3map2/brush.c] Fix misnamed variable
Thomas Köppe [Tue, 16 Aug 2016 21:50:14 +0000 (22:50 +0100)]
[quake3/q3map2/brush.c] Fix misnamed variable

7 years ago[tools/quake3/q3map2/light{,maps}_ydnar.c] Fix float-to-int conversion by preventing...
Thomas Köppe [Sun, 14 Aug 2016 11:13:18 +0000 (12:13 +0100)]
[tools/quake3/q3map2/light{,maps}_ydnar.c] Fix float-to-int conversion by preventing NaN values

7 years ago[quake3/common/aselib.c] Remove unused local variables
Thomas Köppe [Sun, 14 Aug 2016 00:21:30 +0000 (01:21 +0100)]
[quake3/common/aselib.c] Remove unused local variables

7 years ago[quake3/q3map2/brush.c] Fix arithmetic bug
Thomas Köppe [Sun, 14 Aug 2016 00:14:17 +0000 (01:14 +0100)]
[quake3/q3map2/brush.c] Fix arithmetic bug

7 years ago[unzip.c{,pp}] Change zc{alloc,free} to internal linkage
Thomas Köppe [Wed, 3 Aug 2016 14:50:54 +0000 (15:50 +0100)]
[unzip.c{,pp}] Change zc{alloc,free} to internal linkage

7 years ago[regression_tests] Convert line endings to Unix style uniformly
Thomas Köppe [Wed, 3 Aug 2016 11:12:27 +0000 (12:12 +0100)]
[regression_tests] Convert line endings to Unix style uniformly

7 years agoMerge branch 'nobigfirst' into 'master'
TimePath [Fri, 7 Oct 2016 13:57:13 +0000 (13:57 +0000)]
Merge branch 'nobigfirst' into 'master'

revert "allocate bigger first"

partial revert of d4fa608 ([L2313](https://gitlab.com/xonotic/netradiant/commit/8bc246a01343d9c9dd3a8b678681710cf04a2953#416ec0c19ddc04c6485e9853a0c8a125f98dca13_2295_2313))
see #54 ([13326399](https://gitlab.com/xonotic/netradiant/issues/54#note_13326399))

"allocate bigger first" change was meant to save allocation time keeping same lightmap file size, actually wastes both time and size

See merge request !32

7 years agorevert "allocate bigger first" 32/head
Thomas Debesse [Fri, 7 Oct 2016 12:45:36 +0000 (14:45 +0200)]
revert "allocate bigger first"

partial revert of d4fa608
see #54

"allocate bigger first" change was meant to save allocation time keeping same lightmap file size, actually wastes both time and size

7 years agoMerge branch 'qfusion_updates' into 'master'
TimePath [Sun, 24 Jul 2016 03:58:46 +0000 (03:58 +0000)]
Merge branch 'qfusion_updates' into 'master'

-game qfusion updates

See merge request !29

7 years ago-game qfusion updates 29/head
Victor Luchits [Wed, 13 Jul 2016 23:00:20 +0000 (02:00 +0300)]
-game qfusion updates

7 years agoMerge branch 'default-srgb-color-fix' into 'master'
TimePath [Thu, 30 Jun 2016 11:33:02 +0000 (11:33 +0000)]
Merge branch 'default-srgb-color-fix' into 'master'

Fix default minimum/ambience color for sRGB lightmaps

Having _minlight or _ambient set in "worldspawn" without explicitly specifying the respective value resulted in overbright lights if -sRGB mode was specified.

See merge request !27

7 years agoFix default minimum/ambience color for sRGB lightmaps 27/head
Victor Luchits [Tue, 28 Jun 2016 09:03:22 +0000 (12:03 +0300)]
Fix default minimum/ambience color for sRGB lightmaps

7 years agoRemove trailing ` in README.md
TimePath [Sat, 28 May 2016 12:14:04 +0000 (12:14 +0000)]
Remove trailing ` in README.md

7 years agoUse RTLD_DEEPBIND
TimePath [Thu, 19 May 2016 11:12:08 +0000 (21:12 +1000)]
Use RTLD_DEEPBIND

Closes #67

8 years agoMerge remote-tracking branch 'illwieckz/lokipaths'
TimePath [Thu, 14 Apr 2016 07:04:11 +0000 (17:04 +1000)]
Merge remote-tracking branch 'illwieckz/lokipaths'

8 years agofix undocumented unexpected LokiInitPaths 24/head
Thomas Debesse [Thu, 18 Feb 2016 11:46:25 +0000 (12:46 +0100)]
fix undocumented unexpected LokiInitPaths

8 years agoMerge remote-tracking branch 'illwieckz/unvanquished'
TimePath [Thu, 14 Apr 2016 06:06:02 +0000 (16:06 +1000)]
Merge remote-tracking branch 'illwieckz/unvanquished'

8 years agoadd unvanquished game support to q3map2
Thomas Debesse [Wed, 17 Feb 2016 22:34:57 +0000 (23:34 +0100)]
add unvanquished game support to q3map2

- import game_unvanquished.h from daemonmap
- tweak default values

8 years agoMerge remote-tracking branch 'illwieckz/keepshader'
TimePath [Thu, 14 Apr 2016 03:02:09 +0000 (13:02 +1000)]
Merge remote-tracking branch 'illwieckz/keepshader'

8 years agoMerge remote-tracking branch 'illwieckz/exportents'
TimePath [Thu, 14 Apr 2016 02:42:54 +0000 (12:42 +1000)]
Merge remote-tracking branch 'illwieckz/exportents'

8 years agodo not delete q3map2_*.shader on minimap generation 23/head
Thomas Debesse [Thu, 11 Feb 2016 20:49:13 +0000 (21:49 +0100)]
do not delete q3map2_*.shader on minimap generation

8 years agoadd help for -exportents
Thomas Debesse [Fri, 12 Feb 2016 21:42:15 +0000 (22:42 +0100)]
add help for -exportents

8 years agoAdded -exportents to q3map2.
Chris Brooke [Mon, 15 Jul 2013 03:58:15 +0000 (04:58 +0100)]
Added -exportents to q3map2.

8 years agoMerge remote-tracking branch 'illwieckz/fastallocate'
TimePath [Thu, 14 Apr 2016 02:13:48 +0000 (12:13 +1000)]
Merge remote-tracking branch 'illwieckz/fastallocate'

8 years agoMerge remote-tracking branch 'illwieckz/pakpath'
TimePath [Thu, 14 Apr 2016 02:06:19 +0000 (12:06 +1000)]
Merge remote-tracking branch 'illwieckz/pakpath'

8 years agoMerge remote-tracking branch 'illwieckz/outoftree'
TimePath [Thu, 14 Apr 2016 02:00:43 +0000 (12:00 +1000)]
Merge remote-tracking branch 'illwieckz/outoftree'

8 years agolightmap allocation speed-up, add -fastallocate
Thomas Debesse [Sat, 6 Feb 2016 05:35:14 +0000 (06:35 +0100)]
lightmap allocation speed-up, add -fastallocate

- Allocate large lightmaps first to speed up the allocation process
- Add `-fastallocate` option to trade lightmap size against allocation time (useful with hi res lightmaps on large maps: reduce allocation time from days to minutes for only some extra bytes:
- If fast allocation, skip lightmap files that are more than 90% complete
- If fast allocation, do not test allocation on every pixels, especially for large lightmaps

Thanks to Kangz (Corentin Wallez) for his precious help and his kind availability.

8 years agoadd -fs_pakpath option to q3map2 to add custom path to assets, fix #29 21/head
Thomas Debesse [Sat, 15 Aug 2015 05:19:13 +0000 (07:19 +0200)]
add -fs_pakpath option to q3map2 to add custom path to assets, fix #29

8 years agoenable q3map2 out of tree compilation 20/head
Thomas Debesse [Mon, 20 Jul 2015 10:39:42 +0000 (12:39 +0200)]
enable q3map2 out of tree compilation

8 years agoMerge remote-tracking branch 'illwieckz/split' into master
TimePath [Thu, 14 Apr 2016 01:22:00 +0000 (11:22 +1000)]
Merge remote-tracking branch 'illwieckz/split' into master

8 years agoAdd CMakeLists.txt
TimePath [Thu, 14 Apr 2016 00:48:56 +0000 (10:48 +1000)]
Add CMakeLists.txt

8 years agofix -analyze q3map2 help 15/head
Thomas Debesse [Tue, 21 Jul 2015 02:21:21 +0000 (04:21 +0200)]
fix -analyze q3map2 help

8 years agosplit fixaas stuff from q3map2
Thomas Debesse [Tue, 21 Jul 2015 01:41:24 +0000 (03:41 +0200)]
split fixaas stuff from q3map2

8 years agosplit bsp analyze/info/scale stuff from q3map2
Thomas Debesse [Tue, 21 Jul 2015 01:28:23 +0000 (03:28 +0200)]
split bsp analyze/info/scale stuff from q3map2

8 years agosplit help stuff from q3map2
Thomas Debesse [Mon, 20 Jul 2015 18:10:23 +0000 (20:10 +0200)]
split help stuff from q3map2

8 years agosplit bsp conversion stuff from q3map2
Thomas Debesse [Mon, 20 Jul 2015 11:07:37 +0000 (13:07 +0200)]
split bsp conversion stuff from q3map2

8 years agosplit minimap stuff from q3map2
Thomas Debesse [Mon, 20 Jul 2015 10:57:09 +0000 (12:57 +0200)]
split minimap stuff from q3map2

8 years agoMerge branch 'ingar/png_icons' into 'master'
Mirio [Tue, 12 Jan 2016 04:40:10 +0000 (04:40 +0000)]
Merge branch 'ingar/png_icons' into 'master'

Ingar/png icons

Replaces BMP icon images with PNG images, this allows for better icon transparency.

See merge request !8

8 years agoUpdate Xonotic wiki URL
Mario [Fri, 25 Dec 2015 23:40:20 +0000 (09:40 +1000)]
Update Xonotic wiki URL

8 years agoMerge branch 'master' into 'master'
Rudolf Polzer [Mon, 21 Dec 2015 15:09:58 +0000 (15:09 +0000)]
Merge branch 'master' into 'master'

Fix OS X segmentation fault (ericwa). Fix Quetoo game detection.

See merge request !16

8 years agoMerge branch 'master' into 'master' 16/head
Jay Dolan [Mon, 21 Dec 2015 00:49:37 +0000 (00:49 +0000)]
Merge branch 'master' into 'master'

Fix crash on launch on OS X. Also describe installing deps with homebrew.

Hi,
I applied this patch to fix the crash after the initial game selection dialog: https://github.com/TTimo/GtkRadiant/issues/289

Also made a small update to COMPILING describing how you can build using dependencies installed with Homebrew.

See merge request !1

8 years agoWhoops..
Jay Dolan [Mon, 21 Dec 2015 00:30:46 +0000 (19:30 -0500)]
Whoops..

8 years agoGive credit where credit's due :)
Jay Dolan [Sun, 20 Dec 2015 22:15:53 +0000 (17:15 -0500)]
Give credit where credit's due :)

8 years agoMerge remote-tracking branch 'upstream/master'
Jay Dolan [Tue, 8 Dec 2015 14:00:57 +0000 (09:00 -0500)]
Merge remote-tracking branch 'upstream/master'

8 years agoDownload QuetooPack instead of Q2W.
Jay Dolan [Tue, 8 Dec 2015 14:00:54 +0000 (09:00 -0500)]
Download QuetooPack instead of Q2W.

8 years agoMerge branch 'ingar/doom3entitywarn' into 'master'
Mario [Sun, 15 Nov 2015 23:05:24 +0000 (23:05 +0000)]
Merge branch 'ingar/doom3entitywarn' into 'master'

Fixes an annoyance reported by Taoki.

Write an error message to the log instead of showing a messagebox for unsopported Doom 3 entity keys.

See merge request !13

8 years agoMerge branch 'SiPlus/tga-grey-rle' into 'master'
Mario [Sun, 15 Nov 2015 18:58:08 +0000 (18:58 +0000)]
Merge branch 'SiPlus/tga-grey-rle' into 'master'

Add grayscale RLE TGA support

Closes #6

See merge request !14

8 years agoWrite an error message to the log instead of showing a messagebox for unsopported... 13/head
Stijn Buys [Sat, 3 Oct 2015 14:59:18 +0000 (16:59 +0200)]
Write an error message to the log instead of showing a messagebox for unsopported Doom 3 entity keys.

8 years agoAlso include DarkPlaces texture names in the diffuse map filtering. xonotic-v0.8.1
Rudolf Polzer [Mon, 3 Aug 2015 16:36:59 +0000 (18:36 +0200)]
Also include DarkPlaces texture names in the diffuse map filtering.

8 years agoMerge branch 'master' of ssh://gitlab.com/xonotic/netradiant
Rudolf Polzer [Mon, 3 Aug 2015 16:28:42 +0000 (18:28 +0200)]
Merge branch 'master' of ssh://gitlab.com/xonotic/netradiant

8 years agoMerge branch 'master' of https://gitlab.com/jdolan/netradiant
Rudolf Polzer [Mon, 3 Aug 2015 16:28:15 +0000 (18:28 +0200)]
Merge branch 'master' of https://gitlab.com/jdolan/netradiant

8 years agoMerge branch 'ingar/png_icons' into 'master'
Mario [Sun, 2 Aug 2015 02:08:23 +0000 (02:08 +0000)]
Merge branch 'ingar/png_icons' into 'master'

Ingar/png icons

Replaces BMP icon images with PNG images, this allows for better icon transparency.

See merge request !8

8 years agoMerge branch 'Melanosuchus/q3map2_sucks' into 'master'
Mario [Wed, 22 Jul 2015 01:26:54 +0000 (01:26 +0000)]
Merge branch 'Melanosuchus/q3map2_sucks' into 'master'

Fix a horrible bug in q3map2

This function passed a int* instead of a void** causing local variables to be overwritten,
which in turn caused the program to crash.

See merge request !7

8 years agoFix a horrible bug in q3map2
Mattia Basaglia [Tue, 21 Jul 2015 14:26:18 +0000 (16:26 +0200)]
Fix a horrible bug in q3map2

This function passed a int* instead of a void** causing local variables to be overwritten,
which in turn caused the program to crash.

8 years agoMerge branch 'Melanosuchus/q3map2_help' into 'master'
Mario [Mon, 20 Jul 2015 11:19:21 +0000 (11:19 +0000)]
Merge branch 'Melanosuchus/q3map2_help' into 'master'

Add help options to q3map2

Closes #9

See merge request !5

8 years agoAdd help options to q3map2
Mattia Basaglia [Mon, 20 Jul 2015 09:37:51 +0000 (11:37 +0200)]
Add help options to q3map2

Closes #9

8 years agoMerge branch 'Melanosuchus/rotate_scale_dialogs' into 'master'
Mario [Mon, 20 Jul 2015 02:35:04 +0000 (02:35 +0000)]
Merge branch 'Melanosuchus/rotate_scale_dialogs' into 'master'

Don't call Cancel from OK in the Arbitrary rotation and scale dialogs

Effects:
* Pressing enter applies the transformation before closing the dialog
* Pressing OK doesn't clear the values

See merge request !4

8 years agoMerge branch 'Melanosuchus/texture_browser' into 'master'
Mario [Mon, 20 Jul 2015 02:32:55 +0000 (02:32 +0000)]
Merge branch 'Melanosuchus/texture_browser' into 'master'

Melanosuchus/texture_browser

Some improvements to the texture browser:

* "Fixed Size" enabled by default (makes it easier to select textures and looks nicer)
* Option (in the menu) to show the transparency (over the commonly used gray checkerboard, transparent images look much nicer)
* When shaders are refreshed, forces reloading the textures as well. Previously it would at best only display shaders, at worst mess up some textured objects.
* Option (in the preferences dialog) to change the texture thumbnail size when they are displayed with a fixed size

See merge request !3

8 years agoDon't call Cancel from OK in the Arbitrary rotation and scale dialogs
Mattia Basaglia [Sun, 19 Jul 2015 19:07:02 +0000 (21:07 +0200)]
Don't call Cancel from OK in the Arbitrary rotation and scale dialogs

8 years agoAdd an option for the fixed size texture thumbnails
Mattia Basaglia [Sun, 19 Jul 2015 15:13:53 +0000 (17:13 +0200)]
Add an option for the fixed size texture thumbnails

8 years agoChange some default settings to give a nicer presentation of the texture browser
Mattia Basaglia [Sun, 19 Jul 2015 14:26:13 +0000 (16:26 +0200)]
Change some default settings to give a nicer presentation of the texture browser

8 years agoGroup purely visual options in the menu
Mattia Basaglia [Sun, 19 Jul 2015 13:43:08 +0000 (15:43 +0200)]
Group purely visual options in the menu

8 years agoOption to show transparency in the texture browser
Mattia Basaglia [Sun, 19 Jul 2015 13:29:40 +0000 (15:29 +0200)]
Option to show transparency in the texture browser

8 years agoReload textures in the currently selected directory when shaders are reloaded
Mattia Basaglia [Sun, 19 Jul 2015 10:42:16 +0000 (12:42 +0200)]
Reload textures in the currently selected directory when shaders are reloaded