Eric Swanson
36d8603666
Add elvis operator:
...
a ?: b
Evaluates to a if a is true (not: false, 0, undefined, etc)
Otherwise evaluates to b
Short-circuit evaluation
2020-04-29 02:50:11 -07:00
Eric Swanson
0e4d54bf2b
Remove TYP_USERFUNC tokens during expression optimization ( #136 )
...
* Remove TYP_USERFUNC tokens during expression optimization, rather than when emitting tokens
2020-04-29 02:38:52 -07:00
turleypol
691d330c07
removed some ancient macros from clib.h
2019-08-25 09:05:15 +02:00
turleypol
a5e6206164
Added cmake option to run clang-tidy
...
used everywhere nullptr
2018-10-09 16:36:35 +02:00
turleypol
3afc41241b
CMake on windows ( #48 )
...
CMake can now also be used for windows
2018-02-24 22:34:55 +01:00
turleypol
d7fbb4ac8e
cleanup debug prints
...
fixed funcref implementation
2018-02-04 11:58:26 +01:00
turleypol
0d04d5e19b
Current FunctionRef status. Mixed with a few more cmake stuff
2018-02-03 19:05:22 +01: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
turleypol
798eda5b63
Cleanup of header includes.
2018-01-01 21:52:14 +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
turley
ed7b16b233
normalized lineendings
2016-02-11 22:54:43 +01:00
turley
92cc1b4d70
Use weakptr to uoexecutor in the threaded sql call
...
changed client class from ref_counted to also hold like the uoexecutor a weakptr, use it in the ClientObjImp.
Renamed NPCRef to NpcRef like its been told since years in a TODO comment
fixed some warnings from VS2015
2016-02-10 23:09:05 +01:00
Gabriele Tozzi
d1ac902926
Documentation: reformatted headers for DoxyGen
2016-01-28 14:52:40 +01:00
frozenblit
a704a90208
Another round of stl_inc.h cleanups
2014-11-01 22:27:42 +01:00
turley
1a054e76e3
moved some escript function names into flyweight.
2014-08-15 15:27:46 +02:00
turley
331792c755
added more memoryusage estimation
2014-06-07 09:00:37 +00:00
turley
31ee263a45
activated new logging facility
2014-01-18 13:29:38 +00:00
turley
99d7dc3037
namespaces...finally :)
...
Hard part is finished every file is touched. Namespaces are currently rough named by directory name.
Maybe we could split it more
2013-12-21 09:10:46 +00:00
turley
b0338db350
some c++11 changes
2013-09-21 09:45:04 +00:00
turley
de2a1137f2
some minor speedups and bugfixes
2012-11-16 10:02:19 +00:00
turley
fd30a1b750
some more codecleanup
2012-10-06 09:18:17 +00:00
turley
4e7e400254
64bit compilation..
2011-12-23 13:28:38 +00:00
turley
4f053bc563
minor performance stuff + next try to fix memory problem
2011-05-16 14:48:11 +00:00
muaddib_pol
4f01460d16
+ bscript project upgrade to use literal paths. Removed include of ".."
...
+ Couple format/cleanup
2009-09-11 12:15:05 +00:00
muaddib_pol
d032ee448f
+ POL is now, open source.
2009-09-03 19:44:42 +00:00