..
char_range.inc
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
char_utils.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
color.cpp
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
color.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
cowdata.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
dir_access.cpp
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
dir_access.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
error_list.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
error_macros.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
file_access.cpp
Fix build if TOOLS_ENABLED is defined.
2024-01-25 12:32:44 +01:00
file_access.h
Added 2 new helper methods to FileAccess.
2024-01-20 13:15:20 +01:00
hash_map.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
hash_set.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
hashfuncs.h
Fix building sfwl.
2024-01-20 12:47:33 +01:00
inet_address.cpp
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
inet_address.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
int_types.h
Initial set up for sfwl (lite variant).
2024-01-07 10:49:16 +01:00
list.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
local_vector.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
logger.cpp
Always use memnew(), and memdelete().
2024-01-25 16:41:17 +01:00
logger.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
marshalls.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
math_defs.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
math_funcs.cpp
Initial set up for sfwl (lite variant).
2024-01-07 10:49:16 +01:00
math_funcs.h
Backported commits from pandemonium:
2025-03-01 12:52:00 +01:00
memory.cpp
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
memory.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
mutex.cpp
Initial set up for sfwl (lite variant).
2024-01-07 10:49:16 +01:00
mutex.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
og_hash_map.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
ordered_hash_map.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
paged_allocator.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
pair.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
pcg.cpp
Initial set up for sfwl (lite variant).
2024-01-07 10:49:16 +01:00
pcg.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
pool_allocator.cpp
Initial set up for sfwl (lite variant).
2024-01-07 10:49:16 +01:00
pool_allocator.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
pool_vector.cpp
Initial set up for sfwl (lite variant).
2024-01-07 10:49:16 +01:00
pool_vector.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
random_pcg.cpp
Renamed STime to SFWTime.
2024-01-13 19:08:12 +01:00
random_pcg.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
rb_map.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
rb_set.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
rect2i.cpp
Fix building sfwl.
2024-01-20 12:47:33 +01:00
rect2i.h
Fix building sfwl.
2024-01-20 12:47:33 +01:00
ring_buffer.h
Fix new warning.
2024-07-21 20:35:09 +02:00
rw_lock.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
safe_refcount.cpp
Fix build if TOOLS_ENABLED is defined.
2024-01-25 12:32:44 +01:00
safe_refcount.h
Added StringBuffer and StringBuilder from Pandemonium.
2024-07-21 20:28:19 +02:00
sfw_core.cpp
Initial set up for sfwl (lite variant).
2024-01-07 10:49:16 +01:00
sfw_core.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
sfw_time.cpp
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
sfw_time.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
socket.cpp
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
socket.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
sort_array.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
spin_lock.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
string_buffer.h
Added StringBuffer and StringBuilder from Pandemonium.
2024-07-21 20:28:19 +02:00
string_builder.cpp
Added StringBuffer and StringBuilder from Pandemonium.
2024-07-21 20:28:19 +02:00
string_builder.h
Added StringBuffer and StringBuilder from Pandemonium.
2024-07-21 20:28:19 +02:00
string_name.cpp
Fix build if TOOLS_ENABLED is defined.
2024-01-25 12:32:44 +01:00
string_name.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
sub_process.cpp
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
sub_process.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
thread_safe.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
thread.cpp
Fix build if TOOLS_ENABLED is defined.
2024-01-25 12:32:44 +01:00
thread.h
Fixed sfwl build.
2024-01-19 22:37:03 +01:00
tight_local_vector.h
Don't use c++17 if constexpr for now.
2024-01-21 17:42:21 +01:00
typedefs.h
Fix windows build, and windows build docs.
2024-01-21 19:30:22 +01:00
ucaps.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
ustring.cpp
Backported commits from pandemonium:
2025-03-01 12:52:00 +01:00
ustring.h
Backported commits from pandemonium:
2025-03-01 12:52:00 +01:00
vector2i.cpp
Added Vector2i and Rect2i to sfwl.
2024-01-20 11:14:28 +01:00
vector2i.h
Fix building sfwl.
2024-01-20 12:47:33 +01:00
vector.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
version.h
Fix building sfwl.
2024-01-20 12:47:33 +01:00
vmap.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00
vset.h
Updated the classes in sfwl. Also added coloir to it as it's quite useful.
2024-01-20 10:27:23 +01:00