Fernando Rozenblit
4ac5eac48f
Uoconvert improvements 3 ( #561 )
...
---------
Co-authored-by: Kevin Eady <8634912+KevinEady@users.noreply.github.com>
2023-11-23 01:15:52 +01:00
Kevin Eady
4950f7e410
Change SystemState Tile to vector ( #494 )
...
* Zero out memory for Tiles in SystemState
* Change SystemState Tile to vector
2022-12-22 21:53:54 +01:00
turleypol
25dae4fc21
fixed namespaces of moved files
2018-12-22 00:32:47 +01:00
turleypol
e1b14dcd00
moved polfile/uofile files into plib to cleanup atleast a bit the
...
compile dependencies
2018-12-21 20:27:05 +01:00
turleypol
ea9f5afd45
moved default deconstructors into header to let them count as trivial.
2018-11-03 15:00:44 +01:00
turleypol
0aea78c405
added array.sorted_insert to insert into an already sorted array.
...
Added a few finals and defaults
2018-10-07 21:05:02 +02:00
turleypol
dbb25bdb62
Include and buildsystem cleanup ( #45 )
...
Include cleanup
Reworked buildsystem (Linux only)
Removed dynamic libs, Linux now again uses static linking (like windows)
2018-01-29 21:55:48 +01:00
turley
189cad3479
Formating everything
...
Authors are not forced to use the clang-format setting, but should
atleast be inspired by the style.
The only thing which is now not allowed are tabs for ident/alignment!
2016-02-19 19:26:35 +01:00
Thomas Volkert
802fdf21be
Removed obsolete code
2015-11-08 15:36:04 +01:00
Thomas Volkert
0b8b7d7d14
Introduced ConfigEnvironment class to remove the cross dependencies
...
between clib and plib
2015-11-08 14:46:48 +01:00
Thomas Volkert
e95e1f8fbd
typo in function name
2015-04-07 21:17:11 +02:00
Thomas Volkert
717227547e
updated coding style for LogSink
2015-04-07 20:41:49 +02:00
Thomas Volkert
6bdd7d9f7b
log the global start time
2015-04-07 20:18:07 +02:00
Thomas Volkert
ba58f2b8b3
- added and use new global function SystemState::getWorkingDirectory()
...
instead of direct access to xmain_exedir
- xmain::parse_args() rewritten
- some more code cleanup
2015-04-07 19:06:30 +02:00
Thomas Volkert
80589ffaf7
store the name of the executable in the global systemstate context
2015-04-07 18:47:22 +02:00
turley
7a531357fe
Updated Memoryusage profiler
2015-01-19 18:18:21 +01:00
turley
2737393f2a
Tried to put all global vars into centralized structures.
...
Currently plib/systemstate, pol/uvars, pol/ucfg, pol/multi/multidef
Next step should be to split them based on usage, since its currently a bit of include hell...
2014-12-30 14:14:41 +01:00