Benjamin ‘Touky’ Huet
|
1756726fca
|
Added some shit in controller and text
|
пре 11 година |
Sam Hocevar
|
cd988786b9
|
build: reorganise includes so that we can use precompiled headers later.
|
пре 11 година |
Sam Hocevar
|
fe665f85b4
|
base: strip core.h from its contents and put it in public/private headers.
|
пре 11 година |
Sam Hocevar
|
3862ad59dc
|
base: going on a lowercase rampage; today’s victim: Array.
|
пре 11 година |
Sam Hocevar
|
7e9f926c43
|
base: switch map, hash, array2d and array3d to lowercase, like standard
C++ containers.
|
пре 11 година |
Benjamin ‘Touky’ Huet
|
101365933f
|
Added better Custom string support for safe enum
|
пре 11 година |
Sam Hocevar
|
44dec8612e
|
core: fix minor Windows and Raspberry compilation issues.
|
пре 11 година |
Sam Hocevar
|
47e71bda63
|
base: rough implementation of safe enums with minimal ToString() support.
|
пре 11 година |
Sam Hocevar
|
dff1e5c0b6
|
base: fix a debug message queue crash and add Unicode support on Windows.
|
пре 11 година |
Sam Hocevar
|
c27c3279ed
|
base: avoid confusion between versions of String::Printf().
|
пре 12 година |
Sam Hocevar
|
15c3039ba5
|
misc: fix some coding errors found by Coverity.
|
пре 12 година |
Benlitz
|
5f72c16f60
|
base: map methods can now take any type of object that is equatable to the key type and can be hashed by the key type specialization of the Hash class (and added string/char const* compatibility)
|
пре 12 година |
Sam Hocevar
|
ebc89d4189
|
base: print full stack traces in Emscripten builds.
|
пре 12 година |
Sam Hocevar
|
39a8c26fb5
|
base: start removing occurrences of NULL on our long journey to nullptr.
|
пре 13 година |
Sam Hocevar
|
586a984498
|
build: look for backtrace_symbols() before enabling the Unix stack
walking code.
|
пре 13 година |
Sam Hocevar
|
1d0eab0203
|
base: on Linux and some other architectures, dump a stack trace before
crashing from an assertion failure.
|
пре 13 година |
Sam Hocevar
|
8613d04c03
|
core: implement a cool ASSERT() macro.
|
пре 13 година |
Sam Hocevar
|
c65b715e3a
|
core: implement String::Printf() for va_list arguments.
|
пре 13 година |
Benjamin ‘Touky’ Huet
|
c7219ff1dd
|
New year copyright update.
|
пре 13 година |
Sam Hocevar
|
d49bb04d20
|
build: rename “core” directory to “base” because the former is used for core
files on some Unix systems.
|
пре 13 година |