khanat-opennel-code/code/nel/src/misc
Nimetu 5b4b7893f8 Fixed: openURL crash under linux
--HG--
branch : develop
2018-11-05 13:11:43 +02:00
..
config_file Changed: Minor changes 2016-12-10 18:58:13 +01:00
aabbox.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
algo.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
app_context.cpp Changed: Destructor for CApplicationContext to display singletons still in memory 2016-12-10 18:48:53 +01:00
async_file_manager.cpp Removed useless comments/commented code 2016-02-20 18:09:24 +01:00
big_file.cpp Changed: Replace size() comparisons by empty() ones 2016-12-19 13:15:25 +01:00
bit_mem_stream.cpp VS2015 compilation fixes 2016-01-15 11:34:23 +01:00
bit_set.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
bitmap.cpp Fixed: Decoding dds with improper width/height 2018-05-28 14:46:16 +03:00
bitmap_gif.cpp Fixed: Reading gif, off-by-one 2017-10-16 19:38:35 +03:00
bitmap_jpeg.cpp Fix compilation of NLMISC under MinGW 2014-06-17 21:48:25 +02:00
bitmap_png.cpp Fixed: Don't crash when a PNG is truncated 2018-03-07 15:49:48 +01:00
block_memory.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
bsphere.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
buf_fifo.cpp VS2015 compilation fixes 2016-01-15 11:34:23 +01:00
cdb.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
cdb_bank_handler.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
cdb_branch.cpp Changed: Replace size() comparisons by empty() ones 2016-12-19 13:15:25 +01:00
cdb_branch_observing_handler.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
cdb_check_sum.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
cdb_leaf.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
cdb_manager.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
check_fpu.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
class_id.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
class_registry.cpp Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17 2018-08-09 14:27:42 +02:00
CMakeLists.txt Fixed: Misc depends on Carbon under OS X 2017-04-21 11:03:39 +02:00
cmd_args.cpp Fixed: Return an error when a required argument is missing 2016-10-22 16:49:12 +02:00
co_task.cpp Fixed: Release CCurrentCoTask singleton 2016-12-09 16:14:16 +01:00
command.cpp Changed: Replace size() comparisons by empty() ones 2016-12-19 13:15:25 +01:00
common.cpp Fixed: openURL crash under linux 2018-11-05 13:11:43 +02:00
contiguous_block_allocator.cpp Fixed: Replace free methods by freeBlock to avoid clash with free macros 2016-12-04 15:55:00 +01:00
cpu_time_stat.cpp Use new wrapper insteaf of fopen, issue #261 2016-02-20 17:56:25 +01:00
debug.cpp Changed: Replace size() comparisons by empty() ones 2016-12-19 13:15:25 +01:00
diff_tool.cpp Changed: Only put a space if several conditions 2016-11-04 20:21:18 +01:00
displayer.cpp Changed: Check return value of fwrite 2016-12-19 15:50:54 +01:00
dummy_window.cpp Use right versions of Win32 functions, issue #261 2016-02-20 18:52:57 +01:00
dynloadlib.cpp Changed: Replace all "" by empty(), clear(), Empty(), etc... 2016-11-20 14:49:13 +01:00
eid_translator.cpp Changed: Replace all "" by empty(), clear(), Empty(), etc... 2016-11-20 14:49:13 +01:00
entity_id.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
eval_num_expr.cpp Fixed: Warnings 2016-11-22 12:22:17 +01:00
event_emitter_multi.cpp Trash DirectInput 2014-07-08 22:21:11 +02:00
event_listener.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
event_server.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
events.cpp Changed: Support for new key events 2016-01-06 12:42:10 +01:00
fast_floor.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
fast_mem.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
file.cpp Fixed: Opening local file with @ char in filename. 2018-11-04 18:14:52 +02:00
fixed_size_allocator.cpp Fixed: Replace free methods by freeBlock to avoid clash with free macros 2016-12-04 15:55:00 +01:00
grid_traversal.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
gtk_displayer.cpp Add isWindowedApplication to INeLContext 2015-02-24 17:17:45 +01:00
heap_memory.cpp Fixed: Replace free methods by freeBlock to avoid clash with free macros 2016-12-04 15:55:00 +01:00
hierarchical_timer.cpp Changed: Replace size() comparisons by empty() ones 2016-12-19 13:15:25 +01:00
i18n.cpp Changed: Discard \r and only use \n 2016-11-04 20:22:10 +01:00
i_xml.cpp Changed: Don't use CSString 2017-04-22 18:16:27 +02:00
inter_window_msg_queue.cpp Changed: Use a CUniquePtr macro since std::unique_ptr doesn't exist on all (yet) supported platforms 2016-12-10 12:05:29 +01:00
line.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
log.cpp Changed: Only delete _ProcessName if not NULL 2016-12-04 17:05:17 +01:00
matrix.cpp SSE2: Compile fix 2014-06-20 03:08:51 +02:00
md5.cpp Changed: Centralize hexadecimal conversions 2017-12-02 16:44:38 +01:00
mem_displayer.cpp Changed: Replace all "" by empty(), clear(), Empty(), etc... 2016-11-20 14:49:13 +01:00
mem_stream.cpp Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17 2018-08-08 20:37:51 +02:00
mouse_smoother.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
mutex.cpp Use ANSI versions of Win32 functions when not using Unicode text, issue #261 2016-02-20 18:38:17 +01:00
nel-misc.pc Fixed: Replaced "Reqiures" by "Requires" in pkg-config files 2012-09-22 22:42:02 +02:00
nel-misc.pc.in Fixed: Replaced "Reqiures" by "Requires" in pkg-config files 2012-09-22 22:42:02 +02:00
noise_value.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
o_xml.cpp Fixed: LibXml must be initialized only once and xmlSetGenericErrorFunc set a global function (calling it for each instance of CIXml is a mistake) 2017-04-22 18:15:43 +02:00
object_arena_allocator.cpp Fixed: Replace free methods by freeBlock to avoid clash with free macros 2016-12-04 15:55:00 +01:00
p_thread.cpp Fixed: C++11 forbids to throw exception in destructor 2016-12-10 19:04:29 +01:00
path.cpp Changed: Replace a lot of const char* by std::string parameters 2016-12-10 18:40:03 +01:00
plane.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
polygon.cpp Fixed: Warnings, throw(NLMISC::EStream) deprecated in C++11 and removed in C++17, and class keyword is useless 2018-02-02 21:04:30 +01:00
progress_callback.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-08 11:40:34 +01:00
quat.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
reader_writer.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
rect.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
report.cpp Replace ifstream and ofstream to manage UTF-8 filenames, issue #261 2016-02-20 18:15:04 +01:00
rgba.cpp Fixed: Warnings, throw(NLMISC::EStream) deprecated in C++11 and removed in C++17, and class keyword is useless 2018-02-02 21:04:30 +01:00
sha1.cpp Use new wrapper insteaf of fopen, issue #261 2016-02-20 17:56:25 +01:00
shared_memory.cpp Use ANSI versions of Win32 functions when not using Unicode text, issue #261 2016-02-20 18:38:17 +01:00
sheet_id.cpp Fixed: Warnings, throw(NLMISC::EStream) deprecated in C++11 and removed in C++17, and class keyword is useless 2018-02-02 21:04:30 +01:00
smart_ptr.cpp Changed: Remove empty function 2016-12-04 17:05:36 +01:00
sstring.cpp Use new wrapper insteaf of fopen, issue #261 2016-02-20 17:56:25 +01:00
stdmisc.cpp Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
stdmisc.h Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
stop_watch.cpp Changed: Replace size() comparisons by empty() ones 2016-12-19 13:15:25 +01:00
stream.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
string_common.cpp Changed: Constification of addSlashR and removeSlashR 2016-12-02 16:01:43 +01:00
string_mapper.cpp Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17 2018-08-08 20:54:09 +02:00
system_info.cpp Fixed: Use GlobalMemoryStatusEx instead of GlobalMemoryStatus (returns 64 bits numbers) 2018-08-08 09:39:40 +02:00
system_utils.cpp Changed: Only call CoUninitialize if CoInitialize(Ex) succeeded 2016-09-16 19:24:43 +02:00
task_manager.cpp Changed: Replace all "" by empty(), clear(), Empty(), etc... 2016-11-20 14:49:13 +01:00
tds.cpp Fix compilation of NLMISC under MinGW 2014-06-17 21:48:25 +02:00
time_nl.cpp Cleanup Windows includes 2015-02-24 12:47:54 +01:00
triangle.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
unicode.cpp Fixed: toLower shouldn't transform a eszett to s 2016-01-23 18:48:25 +01:00
variable.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
vector.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
vector_2f.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
vectord.cpp Changed: Preliminary memory leaks detection under Windows 2012-12-05 10:26:01 +01:00
win32_util.cpp Changed: Display a warning when SetWindowTextW fails 2016-10-25 11:49:46 +02:00
win_displayer.cpp Fixed: Send an Unicode empty string 2018-01-03 14:10:30 +01:00
win_event_emitter.cpp Remove redundant windows.h includes in NLMISC 2015-02-24 12:47:54 +01:00
win_thread.cpp Use ANSI versions of Win32 functions when not using Unicode text, issue #261 2016-02-20 18:38:17 +01:00
window_displayer.cpp Separate window displayer message stringify 2016-01-15 17:10:39 +01:00
words_dictionary.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
xml_auto_ptr.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
xml_pack.cpp Use new wrapper insteaf of fopen, issue #261 2016-02-20 17:56:25 +01:00