kervala
dbba511ee7
Changed: Replace a lot of const char* by std::string parameters
...
--HG--
branch : develop
2016-12-10 12:30:57 +01:00
kervala
ab44d7e809
Changed: Use a CUniquePtr macro since std::unique_ptr doesn't exist on all (yet) supported platforms
...
--HG--
branch : develop
2016-12-10 12:05:29 +01:00
kervala
eabfcbf708
Fixed: Release CCurrentCoTask singleton
...
--HG--
branch : develop
2016-12-09 16:14:16 +01:00
kervala
13ddbf39ef
Changed: Moved other Ligo headers to include
...
--HG--
branch : develop
2016-12-05 09:51:48 +01:00
kervala
c71f712d11
Fixed: Release libxml2 structures before exit
...
--HG--
branch : develop
2016-12-04 19:17:21 +01:00
kervala
00048f0d6d
Changed: Don't use std::auto_ptr anymore (use std::unique_ptr instead)
...
--HG--
branch : develop
2016-12-04 18:38:16 +01:00
kervala
0ecac0249c
Removed: Empty sources
...
--HG--
branch : develop
2016-12-04 17:01:38 +01:00
kervala
44c15f946c
Fixed: Define new operators when memory leaks detectin is enabled
...
--HG--
branch : develop
2016-12-04 16:56:32 +01:00
kervala
dbcc8d46f5
Fixed: Use macros instead of functions for memory align wrappers (easier to find memory leaks)
...
--HG--
branch : develop
2016-12-04 16:55:52 +01:00
kervala
91d6734e2a
Fixed: Memory leaks in CBigFile
...
--HG--
branch : develop
2016-12-04 16:54:57 +01:00
kervala
8cc3963ddd
Fixed: Respect coding standard for "parser" variable and delete it in destructor (fix a memory leak)
...
--HG--
branch : develop
2016-12-04 16:52:50 +01:00
kervala
13154bd79d
Fixed: Replace free methods by freeBlock to avoid clash with free macros
...
--HG--
branch : develop
2016-12-04 15:55:00 +01:00
kervala
fd6a4d9f75
Fixed: Compilation
...
--HG--
branch : develop
2016-12-04 15:50:28 +01:00
kervala
f3564ed86e
Fixed: Compilation with GCC 6
...
--HG--
branch : develop
2016-12-03 18:14:31 +01:00
kervala
894151dba8
Changed: Constification of addSlashR and removeSlashR
...
--HG--
branch : develop
2016-12-02 16:01:43 +01:00
kervala
591dc1dffd
Changed: Use std::string instead of const char* for openURL and openDoc
...
--HG--
branch : develop
2016-12-02 15:58:59 +01:00
kervala
c13b007090
Changed: Moved Ligo headers to include
...
--HG--
branch : develop
2016-11-29 20:34:35 +01:00
kervala
5f5483a672
Fixed: In MBCS mode, convert to std::string
...
--HG--
branch : develop
2016-11-25 13:18:40 +01:00
kervala
a3262bb971
Fixed: Warnings
...
--HG--
branch : develop
2016-11-22 12:22:17 +01:00
kervala
94d3440148
Fixed: Strict aliasing warnings
...
--HG--
branch : develop
2016-11-22 12:14:32 +01:00
kervala
d7182af399
Changed: New join function to do the opposite work of explode
...
--HG--
branch : develop
2016-11-21 20:57:18 +01:00
kervala
f605c5faa5
Changed: Replace all "" by empty(), clear(), Empty(), etc...
...
--HG--
branch : develop
2016-11-20 14:49:13 +01:00
kervala
48088d651e
Changed: Use stdext::make_checked_array_iterator and stdext::make_unchecked_array_iterator with VC++ 2015
...
--HG--
branch : develop
2016-11-20 13:25:24 +01:00
kervala
8d82472586
Changed: Macros to convert to/from TCHAR* and std::string
...
--HG--
branch : develop
2016-11-19 19:46:40 +01:00
kervala
9941fcf82b
Fixed: Typos detected by Lintian
...
--HG--
branch : develop
2016-11-19 19:11:12 +01:00
kervala
5105252690
Changed: Constify some methods
...
--HG--
branch : develop
2016-11-15 10:58:51 +01:00
kervala
9e0954fad5
Changed: ForceUtf8 parameter useless now
...
--HG--
branch : develop
2016-11-04 20:19:41 +01:00
kervala
1c872d9ef9
Fixed: Translations files are all using UTF-8 by default now (and LF instead of CRLF), fixes #128
...
--HG--
branch : develop
2016-10-29 19:50:28 +02:00
kervala
19e8ee1d05
Changed: Simplified all ENDIF and ELSE
...
--HG--
branch : develop
2016-10-27 10:54:09 +02:00
kervala
d2e42511ec
Changed: Properly initialize all members of SLetterInfo and SLetterKey to avoid crashes when accessing to them
...
--HG--
branch : develop
2016-10-25 16:05:05 +02:00
kervala
a0075414c0
Changed: Use empty() to check if a string is empty
...
--HG--
branch : develop
2016-10-25 15:52:14 +02:00
kervala
b08d1f979d
Changed: Typo
...
--HG--
branch : develop
2016-10-22 16:49:19 +02:00
kervala
8b239df6a9
Changed: Implement and use CBitmap::makeTransparentPixelsBlack()
...
--HG--
branch : develop
2016-10-22 16:47:25 +02:00
kervala
e7b23c958a
Fixed: Connexion -> Connection typo
...
--HG--
branch : develop
2016-09-28 23:42:01 +02:00
Nimetu
02dd8db21f
Added: Lua function to render html string as new webpage
...
--HG--
branch : develop
2016-09-21 20:11:13 +03:00
kervala
8f7a28f5c9
Changed: Get length of song in FMod driver too (issue #59 )
...
--HG--
branch : develop
2016-09-03 10:03:33 +02:00
Nimetu
f2dfd3cd8e
Changed: Also return song length with title
...
--HG--
branch : develop
2016-08-30 21:25:46 +03:00
Nimetu
fe3601d664
Added: font-family style option
...
--HG--
branch : develop
2016-07-24 16:07:31 +03:00
Nimetu
9fb14c42d8
Added: Monospace font options
...
--HG--
branch : develop
2016-07-24 16:07:18 +03:00
Nimetu
58bf225891
Changed: Support custom font
...
--HG--
branch : develop
2016-07-24 16:05:04 +03:00
Nimetu
afc08d2efd
Added: Possible to use multiple fonts at the same time
...
--HG--
branch : develop
2016-07-24 16:03:37 +03:00
Nimetu
e8c7cdbb32
Added: Minimum lines option to multiline text
...
--HG--
branch : develop
2016-06-12 10:22:22 +03:00
Nimetu
85051340e1
Changed: Move addLink code to beginElement
...
--HG--
branch : develop
2016-05-25 12:08:08 +03:00
kervala
ee2938e3cb
Changed: Use uint instead of unsigned
...
--HG--
branch : develop
2016-05-25 23:19:46 +02:00
kervala
4b1959a560
Changed: Replace size() comparisons by empty()
...
--HG--
branch : develop
2016-05-25 23:18:11 +02:00
Nimetu
f15926dd7e
Changed: Remove legacy HTTPCurrentDomain variable
...
--HG--
branch : develop
2016-05-14 12:53:09 +03:00
Nimetu
8aa2a3ced6
Changed: Rename CUrlParser domain variable
...
--HG--
branch : develop
2016-05-14 12:53:09 +03:00
kervala
a002b20c7f
Changed: Minor changes
...
--HG--
branch : develop
2016-04-06 09:29:37 +02:00
kervala
a410f2fcc1
Changed: Better camel case syntax
...
--HG--
branch : develop
2016-04-02 13:28:42 +02:00
depyraken
96fd182335
add isloopbackIPAddress prototype to code/nel/include/nel/net/inet_address.h
...
add isloopbackIPAddress to code/nel/src/net/inet_address.cpp
add IPv4&IPv6 loopback IP addresses to localAddresses
In code/nel/src/net/unified_network.cpp:
replace is127001 calls by isloopbackIPAddress
change wrong comments about default network id (nid = 0xFF)
When the selected connectionId is not valid
warnings are not triggered anymore when using default network (nid = 0xFF): the logs were full of warnings and the server was lagging
When nid = 0xFF, the new connectionId is stored into DefaultNetwork
When nid <> 0xFF, the new connectionId is stored into NetworkConnectionAssociations[nid]
--HG--
branch : develop
2016-03-29 02:29:35 +02:00