Jérôme Leclercq
|
f5dac32020
|
Minor stuff
|
2021-08-19 18:47:11 +02:00 |
Jérôme Leclercq
|
309fd547e1
|
Fix compilation errors and warnings
|
2021-07-07 22:38:24 +02:00 |
Jérôme Leclercq
|
c1a9a22177
|
Add initial ECS support
|
2021-06-20 14:06:28 +02:00 |
Jérôme Leclercq
|
4b3b595a99
|
Minor fixes
|
2021-06-04 18:02:28 +02:00 |
Jérôme Leclercq
|
2cd09833a4
|
Minor fixes
|
2021-05-30 16:45:50 +02:00 |
Jérôme Leclercq
|
874fb3542e
|
Convert all remaining enums to enum classes (!)
|
2021-05-25 10:40:07 +02:00 |
Jérôme Leclercq
|
a4052112fe
|
Update UnicodeData.hpp
|
2021-05-14 03:35:32 +02:00 |
Jérôme Leclercq
|
990193ebb4
|
Minor fixes
|
2021-05-02 13:58:56 +02:00 |
Jérôme Leclercq
|
2ef772cec7
|
Merge branch 'nazara-next' into graphics-next
|
2021-01-28 16:37:46 +01:00 |
Jérôme Leclercq
|
f327932738
|
Commit current work
Reworked conditions, added uber-shaders, comparison nodes, fixed Discard
|
2021-01-02 21:15:59 +01:00 |
ImperatorS79
|
4bf49876c6
|
Build Nazara on macos up to Nazara_network (not included
|
2020-11-21 20:05:19 +01:00 |
Jérôme Leclercq
|
abf58857d7
|
Core/StringExt: Make PointerToString portable
|
2020-09-26 12:22:49 +02:00 |
Jérôme Leclercq
|
2b6a463a45
|
Remove Nz::String and Nz::StringStream
|
2020-09-25 19:31:01 +02:00 |
Jérôme Leclercq
|
36d3c51eeb
|
Add module configurations
|
2020-09-17 20:10:39 +02:00 |
Jérôme Leclercq
|
fd1d416510
|
Rename Module to ModuleBase
|
2020-09-11 13:39:18 +02:00 |
Jérôme Leclercq
|
a7fac3beb8
|
Rework modules
|
2020-09-10 20:12:09 +02:00 |
Jérôme Leclercq
|
8d873a8307
|
Fix a lot of small errors/warnings
|
2020-08-28 15:42:19 +02:00 |
Lynix
|
15b95ca4a1
|
Minor and forgotten stuff
|
2020-03-26 21:20:00 +01:00 |
Lynix
|
c23b6dfa01
|
Copyright year update
I can't wait to see the conflicts this will cause
|
2020-03-05 17:27:26 +01:00 |
Lynix
|
7bbba14ba0
|
Fix merge
|
2020-02-25 20:22:46 +01:00 |
Lynix
|
3857025253
|
*darth vader yelling noooooo gif*
|
2020-02-23 02:38:06 +01:00 |
Lynix
|
97a62a4817
|
StringExt: Fix some template mistakes
|
2020-02-23 02:35:09 +01:00 |
Lynix
|
9ac5aadc9d
|
I swear I fixed that
|
2020-02-23 02:29:47 +01:00 |
Lynix
|
f084c30d70
|
Posix fixes
|
2020-02-23 02:26:36 +01:00 |
Lynix
|
8ace61ce7d
|
DynLib: Posix fixes
|
2020-02-23 02:17:27 +01:00 |
Lynix
|
3d22321109
|
Big f***ing cleanup part 1
|
2020-02-23 00:42:22 +01:00 |
Lynix
|
e35caebdcf
|
Core: Add ByteArrayPool and PoolByteStream classes
|
2020-02-04 11:42:05 +01:00 |
Lynix
|
c73d08af9b
|
Core/Thread: Make use of SetThreadDescription if possible (win32)
|
2020-01-06 15:35:48 +01:00 |
Lynix
|
35cf05e3bc
|
Core: Add EmptyStream class
|
2019-12-29 16:25:40 +01:00 |
Lynix
|
a69d7a2e89
|
Make String::Number locale-independent
|
2019-12-25 16:26:53 +01:00 |
Lynix
|
76812510a1
|
Core/GuillotineBinPack: Prevent heap allocation when calling Insert with multiple rectangles
|
2019-09-25 16:18:23 +02:00 |
Alexandre Janniaux
|
c152d2b62b
|
unicode: silence shadow variable warnings (#194)
|
2019-01-14 22:09:03 +01:00 |
Jérôme Leclercq
|
4c4822eef9
|
Core/ObjectHandle: Remade object handle system
|
2018-10-12 15:46:40 +02:00 |
Lynix
|
72e365efb1
|
Fix compilation on Linux
|
2018-08-03 20:32:49 +02:00 |
Lynix
|
39d1d31639
|
Core: Integrated Unicode data
|
2018-08-03 20:24:56 +02:00 |
S6066
|
4a09de7e0b
|
String::FindLast/FindWord: Fix bug where index wouldn't be used (#177)
* String::FindLast/FindWord: Fix bug where index wouldn't be used
* Log change
|
2018-08-01 23:12:02 +02:00 |
Lynix
|
271f7202ed
|
Core/Unicode: Fix letters category
|
2018-07-31 19:49:51 +02:00 |
Jérôme Leclercq
|
2fcea6b79f
|
Core/StackArray: Moved StackArray class to its own header
|
2018-07-02 17:53:49 +02:00 |
Jérôme Leclercq
|
550176e198
|
Core/SerializationContext: Replaced currentBitPos and currentByte by [read|write][BitPos][Byte] to handle properly bit reading/writing
|
2018-05-31 16:10:58 +02:00 |
Lynix
|
7f9eb3771f
|
Core/Stream: Fix infinite loop
|
2018-04-18 20:20:23 +02:00 |
Lynix
|
cb8f0417a7
|
Core/Stream: Fix ReadLine behavior towards empty lines
|
2018-04-18 20:14:56 +02:00 |
Jérôme Leclercq
|
dae2b6f5a6
|
Fix an oopsie
|
2018-04-10 16:22:18 +02:00 |
Jérôme Leclercq
|
d6392c33ad
|
Core/Directory: Fix GetResultSize and IsResultDirectory methods on Posix
|
2018-04-10 16:12:15 +02:00 |
Lynix
|
69f079fcc8
|
Core/Serialization: Add type tag parameters
|
2018-03-20 20:56:06 +01:00 |
Jérôme Leclercq
|
fb3eb9443e
|
Core/Clock: Restart now returns the elapsed time in milliseconds
|
2018-02-07 15:02:44 +01:00 |
Lynix
|
7c1ffea19c
|
Core/Win32: Encapsulate internal struct
|
2018-01-28 14:28:33 +01:00 |
germinolegrand
|
1e55c4d9e9
|
Prerequisites instead of Prerequesites (typo) #152 (#153)
|
2018-01-16 12:23:01 +01:00 |
Lynix
|
fd8306f17f
|
Core/String: Replace implicit operator std::string by ToStd::String
|
2017-12-14 19:50:06 +01:00 |
Jérôme Leclercq
|
9272efa159
|
Core/Thread: Fix possible infinite recursion
|
2017-12-13 17:42:45 +01:00 |
Lynix
|
24278dafdc
|
Core/MemoryStream: Fix assertion trigger when writing zero-sized block
|
2017-12-09 20:34:07 +01:00 |