Commit graph

2588 commits

Author SHA1 Message Date
kervala
9df3111f21 Merge with develop
--HG--
branch : compatibility-develop
2015-12-05 18:52:33 +01:00
kervala
1fa2e22491 Changed: Port some tools to Qt 5
--HG--
branch : develop
2015-12-05 18:48:59 +01:00
Nimetu
152200decc Merge with develop
--HG--
branch : compatibility-develop
2015-12-03 18:33:27 +02:00
Nimetu
7cbd840ce1 Added: style for html elements del, u, em, strong, small, and dl list
--HG--
branch : develop
2015-12-03 15:50:54 +02:00
Nimetu
a7100eb5bc Changed: Ignore text from <script> element
--HG--
branch : develop
2015-12-03 15:50:46 +02:00
Nimetu
d380ce2522 Merge with develop
--HG--
branch : compatibility-develop
2015-12-02 20:38:11 +02:00
kervala
6d1346d0cb Merge with develop
--HG--
branch : compatibility-develop
2015-12-02 19:28:44 +01:00
kervala
34b3334182 Fixed: Bug when CURLMOPT_MAX_HOST_CONNECTIONS is not supported
--HG--
branch : develop
2015-12-02 18:57:21 +01:00
kervala
d4dd2b7264 Fixed: Getters for Anisotropic Filtering
--HG--
branch : develop
2015-12-02 18:56:49 +01:00
kervala
ec731539b9 Merge with develop
--HG--
branch : compatibility-develop
2015-11-30 14:20:16 +01:00
kervala
b4e1dcbc10 Fixed: Link error under Debian Squeeze
--HG--
branch : develop
2015-11-30 14:19:05 +01:00
kervala
7337ee4faa Fixed: Warning filePath not being a const char*
--HG--
branch : develop
2015-11-30 14:18:04 +01:00
kervala
1009cc933b Merge with develop
--HG--
branch : compatibility-develop
2015-11-30 12:26:23 +01:00
kervala
2e58a0725a Changed: Forgot other ##
--HG--
branch : develop
2015-11-30 12:25:43 +01:00
kervala
e87442e582 Merge with develop
--HG--
branch : compatibility-develop
2015-11-30 10:30:14 +01:00
kervala
94f035ed8f Fixed: GCC doesn't support no arguments for __VA_ARGS__
--HG--
branch : develop
2015-11-30 10:29:24 +01:00
kervala
74196261ee Fixed: VC++ 2010 already supports ULL
--HG--
branch : develop
2015-11-30 10:28:06 +01:00
kervala
0623258189 Fixed: 64 bits constants truncated in 32 bits
--HG--
branch : develop
2015-11-30 10:27:41 +01:00
kervala
4e5ed6060a Fixed: Warning string after #endif
--HG--
branch : develop
2015-11-30 10:27:03 +01:00
kervala
5688c75bba Merge with develop
--HG--
branch : compatibility-develop
2015-11-29 17:55:33 +01:00
kervala
7a2dd18095 Changed: Add and use more constants in config.h
--HG--
branch : develop
2015-11-29 14:19:02 +01:00
kervala
520eb941b1 Changed: Simplified CMake ELSE and ENDIF
--HG--
branch : develop
2015-11-29 14:06:05 +01:00
kervala
06994f4c58 Added: RC files for NeL drivers
--HG--
branch : develop
2015-11-29 13:58:12 +01:00
Nimetu
d4ed66d99b Added: URL #fragment navigation.
--HG--
branch : develop
2015-11-26 11:29:50 +02:00
Nimetu
f4599e183b Added: Common attributes to h1..h6 elements
--HG--
branch : develop
2015-12-02 20:37:44 +02:00
kervala
369a9efe0d Changed: Temporary disable NL_USES_DEFAULT_ARENA_OBJECT_ALLOCATOR for ITexture
--HG--
branch : compatibility-develop
2015-11-26 10:23:27 +01:00
kishan_grimout
83a81801ea fix crash when a shader fails to build
--HG--
branch : develop
2015-05-23 16:50:24 +02:00
kervala
244c2eb211 Fixed: Open web pages in background under OS X and don't close client
--HG--
branch : develop
2015-11-24 10:02:09 +01:00
kervala
4a02370266 Fixed: Crash under Linux saying you can't use X in multi-threaded environment
--HG--
branch : develop
2015-11-22 18:37:29 +01:00
kervala
d50c40c473 Fixed: Unable to open URLs under Linux while using Steam Runtime
--HG--
branch : develop
2015-11-21 17:39:49 +01:00
kervala
35471ace88 Fixed: Typo
--HG--
branch : develop
2015-11-21 17:37:45 +01:00
kervala
d1f925d319 Changed: Give priority to xdg-open (if present) to open URLs under Linux
--HG--
branch : develop
2015-11-21 17:36:44 +01:00
kaetemi
6c2490090d Merge with feature-export-assimp
--HG--
branch : develop
2015-11-16 00:46:27 +01:00
kervala
6d52aa7077 Fixed: Revert back TrapCrashInDebugger to false else VC++ can't intercept exceptions and we'll be unable to debug :(
--HG--
branch : develop
2015-11-15 18:33:09 +01:00
kervala
c83ea11e84 Changed: Display basic information for OpenAL driver
--HG--
branch : develop
2015-11-15 18:31:56 +01:00
kervala
f76e275e2c Changed: Temporary comment the line because XAudio2 returns an error if used
--HG--
branch : develop
2015-11-15 18:31:20 +01:00
kervala
817486538c Changed: Minor changes
--HG--
branch : develop
2015-11-15 13:29:34 +01:00
kervala
334f2b43c6 Fixed: Display title and artist name from ogg files in music player
--HG--
branch : develop
2015-11-15 13:13:44 +01:00
kervala
f9c789e4db Fixed: Only open supported music formats in music player
--HG--
branch : develop
2015-11-15 13:12:54 +01:00
kaetemi
2c3d5454a1 This seems like a good idea as well, ref #254
--HG--
branch : develop
2015-11-15 12:27:58 +01:00
kaetemi
3d59db1021 Add some extra checks, ref #254
--HG--
branch : develop
2015-11-15 12:21:14 +01:00
kervala
fb1d5134ba Changed: Minor changes
--HG--
branch : develop
2015-11-14 18:33:13 +01:00
kervala
9e88fa645b Changed: Support for integer types in Lua 5.3, fixes #253
--HG--
branch : develop
2015-11-14 18:19:58 +01:00
kervala
53f46eb5fa Changed: Support for integer types in Lua 5.3, fixes #253
--HG--
branch : develop
2015-11-14 11:46:17 +01:00
kervala
08d50dc725 Changed: Don't try to convert string to CRGBA if less than 3 integers
--HG--
branch : develop
2015-11-13 19:38:46 +01:00
kervala
630a22d428 Changed: Minor changes
--HG--
branch : develop
2015-11-13 19:37:32 +01:00
kervala
aa3d209d39 Fixed: Crash in CLuaManager
--HG--
branch : develop
2015-11-13 19:18:41 +01:00
kervala
a8d81c689b Changed: Support for integer types in Lua 5.3, fixes #253
--HG--
branch : develop
2015-11-13 18:42:50 +01:00
kervala
4a97f339a3 Changed: Replaced some NLMISC::strlwr by NLMISC::toLower
--HG--
branch : develop
2015-11-13 16:22:49 +01:00
Nimetu
76ee797e49 Add lua function CCtrlBase::setTooltipUtf8 to set tooltip from html page
--HG--
branch : develop
2015-11-12 20:15:04 +02:00