kervala
|
f50c9c0866
|
Merge with develop
--HG--
branch : compatibility-develop
|
2016-01-19 20:42:11 +01:00 |
|
kervala
|
fa22852adb
|
Changed: Removed fromString(const char *, ...) because useless
--HG--
branch : develop
|
2016-01-19 20:41:41 +01:00 |
|
kervala
|
d54e569b3f
|
Merge with develop
--HG--
branch : compatibility-develop
|
2016-01-18 21:32:01 +01:00 |
|
kervala
|
b91e3bdf0e
|
Changed: Improved CCmdArgs
--HG--
branch : develop
|
2016-01-18 21:22:57 +01:00 |
|
kervala
|
cc282fd3d5
|
Merge with develop
--HG--
branch : compatibility-develop
|
2016-01-16 23:50:23 +01:00 |
|
kervala
|
b3cfd5f6bb
|
Fixed: Use lua_tointeger under Lua 5.2 and prior versions
--HG--
branch : develop
|
2016-01-16 21:35:34 +01:00 |
|
kervala
|
cca0dd450e
|
Merge with develop
--HG--
branch : compatibility-develop
|
2016-01-16 10:52:18 +01:00 |
|
kaetemi
|
8cfaa89620
|
Separate window displayer message stringify
--HG--
branch : develop
|
2016-01-15 17:10:39 +01:00 |
|
kaetemi
|
9a0c6290a2
|
Fix another VS2015 warning
--HG--
branch : develop
|
2016-01-15 12:07:33 +01:00 |
|
kaetemi
|
9a477d976b
|
VS2015 compilation fixes
--HG--
branch : develop
|
2016-01-15 11:34:23 +01:00 |
|
kervala
|
f820e7b703
|
Merge with develop
--HG--
branch : compatibility-develop
|
2016-01-14 21:28:47 +01:00 |
|
kervala
|
b7fe07d781
|
Improve CCmdArgs (a generic command line parser in NeL Misc), fixes #257
--HG--
branch : develop
|
2016-01-14 21:26:10 +01:00 |
|
kervala
|
3c4f324bfe
|
Merge with develop
--HG--
branch : compatibility-develop
|
2016-01-13 20:05:06 +01:00 |
|
kervala
|
bd5f838d6d
|
Changed: Minor changes
--HG--
branch : develop
|
2016-01-13 19:54:23 +01:00 |
|
kervala
|
e1c14db5a0
|
Fixed: getLastSeparator should return std::string::size_type instead of an integer
--HG--
branch : develop
|
2016-01-13 19:47:35 +01:00 |
|
kervala
|
a66fa8cc9c
|
Changed: Implement CPath::isAbsolutePath
--HG--
branch : develop
|
2016-01-13 19:46:27 +01:00 |
|
kervala
|
af9610328f
|
Changed: Implement expandEnvironmentVariables function
--HG--
branch : develop
|
2016-01-13 19:45:02 +01:00 |
|
kervala
|
ad36e59a71
|
Fixed: Save filenames in .bank with / instead of system separator
--HG--
branch : develop
|
2016-01-13 19:43:46 +01:00 |
|
kervala
|
df816b2a5d
|
Merge with develop
--HG--
branch : compatibility-develop
|
2016-01-12 22:32:22 +01:00 |
|
kervala
|
49ef5a1ed7
|
Fixed: lua_tointeger doesn't work if value has a decimal part and returns 0
--HG--
branch : develop
|
2016-01-12 22:21:38 +01:00 |
|
kervala
|
3f4a5010f6
|
Merge with develop
--HG--
branch : compatibility-develop
|
2016-01-07 17:41:02 +01:00 |
|
kervala
|
9e8cd07e4b
|
Changed: HAVE_X86_64 is defined or not
--HG--
branch : develop
|
2016-01-07 17:39:53 +01:00 |
|
kervala
|
b3a392d559
|
Changed: Minor changes
--HG--
branch : develop
|
2016-01-07 17:36:17 +01:00 |
|
kervala
|
ddba3e583c
|
Merge with develop
--HG--
branch : compatibility-develop
|
2016-01-06 13:22:47 +01:00 |
|
kervala
|
6efce5ba59
|
Changed: Support for new key events
--HG--
branch : develop
|
2016-01-06 12:42:10 +01:00 |
|
kervala
|
76744b18c7
|
Changed: Minor change
--HG--
branch : develop
|
2016-01-06 12:39:58 +01:00 |
|
Nimetu
|
410ddea49d
|
Merge with develop
--HG--
branch : compatibility-develop
|
2016-01-06 01:02:22 +02:00 |
|
Nimetu
|
8475f25e75
|
Changed: Refactor DL
--HG--
branch : develop
|
2016-01-06 00:11:17 +02:00 |
|
Nimetu
|
298a659c6f
|
Changed: Merge UL and OL code
--HG--
branch : develop
|
2016-01-05 20:21:40 +02:00 |
|
kervala
|
e91c529a98
|
Merge with develop
--HG--
branch : compatibility-develop
|
2016-01-04 19:27:21 +01:00 |
|
kervala
|
0dc70105d5
|
Fixed: __rdtsc() under old versions of GCC
--HG--
branch : develop
|
2016-01-04 19:26:25 +01:00 |
|
kervala
|
ae752f72d8
|
Changed: Define CLANG_VERSION is using clang compiler
--HG--
branch : develop
|
2016-01-04 19:18:19 +01:00 |
|
kervala
|
91c559d48a
|
Merge with develop
--HG--
branch : compatibility-develop
|
2016-01-04 15:41:29 +01:00 |
|
kervala
|
68aa20257f
|
Changed: Use new code to determine free disk space
--HG--
branch : develop
|
2016-01-04 15:39:31 +01:00 |
|
kervala
|
b11fabe867
|
Changed: Use __rdtsc() intrinsics everywhere for Intel CPUs
--HG--
branch : develop
|
2016-01-04 15:35:02 +01:00 |
|
kervala
|
b78afa1c4d
|
Merge with develop
--HG--
branch : compatibility-develop
|
2016-01-04 14:03:11 +01:00 |
|
kervala
|
47bde9ccc7
|
Changed: Allow to resample Luminance (grayscale) bitmaps
--HG--
branch : develop
|
2016-01-04 13:54:59 +01:00 |
|
kervala
|
c263e4dffb
|
Changed: Don't redefine new and delete operators if targetting x86_64
--HG--
branch : develop
|
2016-01-04 13:48:57 +01:00 |
|
kervala
|
47364c47c3
|
Merge with develop
--HG--
branch : compatibility-develop
|
2016-01-02 20:29:55 +01:00 |
|
kervala
|
266a32ea19
|
Fixed: Implements launchProgramAndWaitForResult to launch a command synchronously
--HG--
branch : develop
|
2016-01-02 19:14:13 +01:00 |
|
kervala
|
bcfdd36844
|
Merge with develop
--HG--
branch : compatibility-develop
|
2016-01-01 16:27:45 +01:00 |
|
kervala
|
437aa5b939
|
Changed: Added helpers methods to CBitmap
--HG--
branch : develop
|
2016-01-01 16:02:54 +01:00 |
|
kervala
|
27a2263bd6
|
Changed: Added set8888() method to CGRBA
--HG--
branch : develop
|
2016-01-01 16:01:03 +01:00 |
|
kervala
|
2ed7c0be88
|
Changed: Added isGray() method to CGRBA
--HG--
branch : develop
|
2016-01-01 16:00:17 +01:00 |
|
kervala
|
6710268d0a
|
Merge with develop
--HG--
branch : compatibility-develop
|
2015-12-28 16:44:35 +01:00 |
|
kervala
|
77352d5759
|
Changed: Minor change
--HG--
branch : develop
|
2015-12-28 16:43:20 +01:00 |
|
kervala
|
4806693f49
|
Merge with develop
--HG--
branch : compatibility-develop
|
2015-12-26 14:38:37 +01:00 |
|
kervala
|
af0eabbdea
|
Fixed: GCC warnings
--HG--
branch : develop
|
2015-12-26 14:09:15 +01:00 |
|
kervala
|
83ef24dab7
|
Changed: Renamed screenH and screenW to _ScreenH and _ScreenW
--HG--
branch : develop
|
2015-12-26 14:02:01 +01:00 |
|
kervala
|
d7255a63d8
|
Changed: Minor changes
--HG--
branch : develop
|
2015-12-26 14:00:39 +01:00 |
|
kervala
|
9b5c426c19
|
Merged with develop
--HG--
branch : compatibility-develop
|
2015-12-25 20:52:18 +01:00 |
|
kervala
|
2d0d87a05e
|
Fixed: Warnings with GCC
--HG--
branch : develop
|
2015-12-25 20:49:59 +01:00 |
|
kervala
|
86a903c96e
|
Merge with develop
--HG--
branch : compatibility-develop
|
2015-12-25 15:37:07 +01:00 |
|
kervala
|
a5d3b2d461
|
Changed: Added new function getCommandOutput
--HG--
branch : develop
|
2015-12-25 15:29:23 +01:00 |
|
kervala
|
59c0cf7f00
|
Merge with develop
--HG--
branch : compatibility-develop
|
2015-12-23 15:31:37 +01:00 |
|
kervala
|
dd69f64225
|
Changed: Use a stack size of 1 MiB under all platforms for CCoTask (default under Windows)
--HG--
branch : develop
|
2015-12-23 15:10:06 +01:00 |
|
kervala
|
55feca30d7
|
Changed: Use nlSleep instead of usleep
--HG--
branch : develop
|
2015-12-23 15:08:08 +01:00 |
|
kervala
|
4061826715
|
Changed: Use _LP64 macro instead of sizeof(long unsigned int) == 8
--HG--
branch : develop
|
2015-12-23 15:04:22 +01:00 |
|
kervala
|
f57b1b9421
|
Changed: Implement CSystemUtils::getTotalVideoMemory() for Windows
--HG--
branch : develop
|
2015-12-23 14:48:33 +01:00 |
|
kervala
|
07a1285740
|
Fixed: Target at least Windows 2000
--HG--
branch : develop
|
2015-12-23 14:47:11 +01:00 |
|
kervala
|
72af4052ee
|
Changed: Add getTotalVideoMemory to IDriver to query total video memory
--HG--
branch : develop
|
2015-12-23 14:36:16 +01:00 |
|
Nimetu
|
67eee7f3dd
|
Merge with develop
--HG--
branch : compatibility-develop
|
2015-12-19 20:40:05 +02:00 |
|
Nimetu
|
5e61995c3c
|
Changed: Render p and div as block level elements
--HG--
branch : develop
|
2015-12-19 20:39:40 +02:00 |
|
Nimetu
|
193abf876b
|
Merge with develop
--HG--
branch : compatibility-develop
|
2015-12-18 14:34:48 +02:00 |
|
Nimetu
|
045a6471fe
|
Added: html OL list
--HG--
branch : develop
|
2015-12-18 14:29:40 +02:00 |
|
kervala
|
74f297f588
|
Merge with develop
--HG--
branch : compatibility-develop
|
2015-12-13 15:26:37 +01:00 |
|
kervala
|
8aff509f0f
|
Fixed: Clang warnings
--HG--
branch : develop
|
2015-12-13 15:25:28 +01:00 |
|
kervala
|
15aed08533
|
Fixed: Removed unneeded operator for CSString (compilation fails with VC++ 2010 without STLport)
--HG--
branch : develop
|
2015-12-13 14:21:20 +01:00 |
|
kervala
|
fc951a24ce
|
Fixed: Homogenize CFile::moveFile with other methods (use std::string instead of const char*)
--HG--
branch : develop
|
2015-12-13 13:03:16 +01:00 |
|
kervala
|
6f031728f5
|
Merge with develop
--HG--
branch : compatibility-develop
|
2015-12-11 20:21:56 +01:00 |
|
kervala
|
977103f9d0
|
Fixed: OS X uses .dylib extension instead of .so
--HG--
branch : develop
|
2015-12-11 20:19:10 +01:00 |
|
Nimetu
|
5fc50473f7
|
Merge with develop
--HG--
branch : compatibility-develop
|
2015-12-08 21:54:21 +02:00 |
|
Nimetu
|
612125a243
|
Added: Size attributes to img (width, height, max-width, max-height)
--HG--
branch : develop
|
2015-12-08 21:53:54 +02:00 |
|
kervala
|
b46dfe178f
|
Merge with develop
--HG--
branch : compatibility-develop
|
2015-12-08 14:33:49 +01:00 |
|
kervala
|
76a8904e9a
|
Fixed: Compilation under OS X
--HG--
branch : develop
|
2015-12-08 14:33:09 +01:00 |
|
Nimetu
|
f37758b330
|
Merge with develop
--HG--
branch : compatibility-develop
|
2015-12-06 16:38:52 +02:00 |
|
Nimetu
|
8f87990a1b
|
Added: Smooth scrolling
--HG--
branch : develop
|
2015-12-06 16:38:29 +02:00 |
|
Nimetu
|
cb94cb4f9f
|
Fixed: Scrolling in small steps not working.
--HG--
branch : develop
|
2015-12-06 16:26:39 +02: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
|
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
|
d4dd2b7264
|
Fixed: Getters for Anisotropic Filtering
--HG--
branch : develop
|
2015-12-02 18:56:49 +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 |
|
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 |
|
kaetemi
|
6c2490090d
|
Merge with feature-export-assimp
--HG--
branch : develop
|
2015-11-16 00:46:27 +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
|
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 |
|
Nimetu
|
76ee797e49
|
Add lua function CCtrlBase::setTooltipUtf8 to set tooltip from html page
--HG--
branch : develop
|
2015-11-12 20:15:04 +02:00 |
|
kervala
|
3ac728872e
|
Fixed: Typos (renamed restaure to restore)
--HG--
branch : develop
|
2015-11-08 11:53:46 +01:00 |
|
Nimetu
|
8a55f1b1e9
|
Changed: Allow to set max concurrent cURL connections per CGroupHTML instance
--HG--
branch : develop
|
2015-11-08 01:51:34 +02:00 |
|