|
|
@11712
|
7 years |
landauf |
icon is not needed in core-library, is already included in …
|
|
|
@11699
|
7 years |
landauf |
trying to fix build for MSVC but still having trouble with the …
|
|
|
@11696
|
7 years |
landauf |
whoops. must remove the extensions from the library's file name before …
|
|
|
@11692
|
7 years |
landauf |
with the latest CMake there are a lot of warnings about the usage of …
|
|
|
@11691
|
7 years |
landauf |
bugfix: don't try to unload a DynLib if it doesn't exist (e.g. after …
|
|
|
@11160
|
9 years |
landauf |
removed unnecessary backslashes
|
|
|
@11117
|
9 years |
landauf |
preparing for CEGUI 0.8
|
|
|
@11115
|
9 years |
landauf |
fixed code to compile in 64bit mode
|
|
|
@11114
|
9 years |
landauf |
unfortunately std::put_time and std::get_time are only available in …
|
|
|
@11111
|
9 years |
muemart |
Some simplifications in StringUtils.cc
|
|
|
@11106
|
9 years |
muemart |
Fix a memory leak. Also fix some potentially invalid references to …
|
|
|
@11103
|
9 years |
landauf |
fixed warnings (release build).
fixed error in GravityBombField
|
|
|
@11101
|
9 years |
landauf |
fixed build when combining new cegui with old ogre
|
|
|
@11099
|
9 years |
muemart |
Fix loads of doxygen warnings and other documentation issues
|
|
|
@11098
|
9 years |
muemart |
Minor C++11 improvements:
- Drop ImplicitConversion.h in favor of …
|
|
|
@11097
|
9 years |
landauf |
fixed build on tardis.
|
|
|
@11096
|
9 years |
muemart |
Constexpr for some util things
|
|
|
@11095
|
9 years |
landauf |
simplified transparency-check
|
|
|
@11089
|
9 years |
landauf |
glow effect is now visible through transparent elements (e.g. …
|
|
|
@11087
|
9 years |
landauf |
removed duplicate code
|
|
|
@11085
|
9 years |
landauf |
enable glow shader in all scenes
|
|
|
@11083
|
9 years |
muemart |
Fix some clang-tidy warnings.
Also, Serialise.h was doing some C-style …
|
|
|
@11082
|
9 years |
landauf |
trying to fix bogus warning on gcc [see …
|
|
|
@11080
|
9 years |
landauf |
merged shaders back to trunk (pps project from HS 2012)
|
|
|
@11077
|
9 years |
muemart |
Remove some non-ASCII characters to avoid encoding issues. This only …
|
|
|
@11071
|
9 years |
landauf |
merged branch cpp11_v3 back to trunk
|
|
|
@11052
|
9 years |
landauf |
merged branch presentationHS15 back to trunk
|
|
|
@11020
|
9 years |
landauf |
fixed some cases where 'delete' was used instead of destroy()
|
|
|
@11019
|
9 years |
landauf |
(re-)added warning when a destroyable gets deleted without using …
|
|
|
@11018
|
9 years |
landauf |
I think it's sufficient if Timer is a Listable. A timer is often used …
|
|
|
@11017
|
9 years |
landauf |
write warning to console if unloading of plugins is disabled
|
|
|
@11016
|
9 years |
landauf |
Added config value to PluginManager to define whether a dereferenced …
|
|
|
@11015
|
9 years |
landauf |
added option to merely deactivate a plugin when its reference count …
|
|
|
@11014
|
9 years |
landauf |
moved code for loading/unloading a plugin into separate functions
|
|
|
@11012
|
9 years |
landauf |
added unittest for plugin loading and unloading
|
|
|
@11011
|
9 years |
landauf |
moved command line argument from Main to Core because it is used there
|
|
|
@11009
|
9 years |
landauf |
merged single revision from cpp11_v2 to trunk to fix multiplayer
|
|
|
@10727
|
9 years |
landauf |
fixed warnings with MSVC14
|
|
|
@10693
|
9 years |
landauf |
fixed undefined reference with msvc14 (only occurred in buildmode …
|
|
|
@10630
|
9 years |
landauf |
avoid division by zero errors (happened e.g. if 'myposition' and …
|
|
|
@10624
|
9 years |
landauf |
merged branch core7 back to trunk
|
|
|
@10622
|
9 years |
landauf |
merged branch presentationFS15merge back to trunk
|
|
|
@10546
|
9 years |
muemart |
Fix MSVC14/Visual Studio 2015 build: std::less must be constexpr
|
|
|
@10317
|
10 years |
smerkli |
fixed compiler warnings
|
|
|
@10298
|
10 years |
landauf |
fixed potential crash during level-unloading: Namespace is a context …
|
|
|
@10295
|
10 years |
muemart |
Avoid using the system path variables on windows (also gets rid of two …
|
|
|
@10291
|
10 years |
landauf |
simplified Math: temp is always positive, thus only solution1 is …
|
|
|
@10289
|
10 years |
landauf |
fixed target position calculation:
a) the math was wrong (not sure …
|
|
|
@10279
|
10 years |
landauf |
fixed msvc warnings
|
|
|
@10278
|
10 years |
landauf |
fixed issue with inline-lua-code. only add an extra space if there's …
|
|
|
@10277
|
10 years |
landauf |
potential fix of compile problem on tardis
|
|
|
@10273
|
10 years |
landauf |
bugfix & simplification & comment by bknecht
|
|
|
@10272
|
10 years |
landauf |
reverted a part of the changes from r10264. only single lua-tags …
|
|
|
@10271
|
10 years |
landauf |
bugfix: resize CEGUI if render window changes size
|
|
|
@10269
|
10 years |
muemart |
Tweak the xml error message a bit
|
|
|
@10268
|
10 years |
landauf |
program icon now works also with MinGW. but I had to exclude the …
|
|
|
@10267
|
10 years |
muemart |
Add program icon for Windows builds (MSVC only for now)
|
|
|
@10265
|
10 years |
landauf |
fixed build with older compilers (pre c++11)
|
|
|
@10264
|
10 years |
muemart |
Various fixes and improvements in the Loader (and LuaState)
- When …
|
|
|
@10262
|
10 years |
landauf |
eol-style native. no changes in code.
|
|
|
@10208
|
10 years |
muemart |
Some small fixes for the MSVC build
- Don't hardcode library names. …
|
|
|
@10207
|
10 years |
bknecht |
Replacing MSVC code for long integer with cross plattform compatible one
|
|
|
@10206
|
10 years |
landauf |
fixed build
|
|
|
@10197
|
10 years |
landauf |
avoid implicit conversion in MultiType.get<T>()
|
|
|
@10195
|
10 years |
landauf |
removed unnecessary material from BulletDebugDrawer.
fixed crash with …
|
|
|
@10194
|
10 years |
landauf |
bugfix
|
|
|
@10193
|
10 years |
landauf |
details, made debug drawer more configurable
|
|
|
@10191
|
10 years |
landauf |
added customized visualization for cylinders and cones to …
|
|
|
@10190
|
10 years |
landauf |
added utility to visualize collision shapes
|
|
|
@10189
|
10 years |
landauf |
added new collision shape (cylinder)
|
|
|
@9983
|
11 years |
landauf |
detail
|
|
|
@9982
|
11 years |
landauf |
added option to force the arguments which are defined in the …
|
|
|
@9981
|
11 years |
landauf |
I think that was a bug - why should a command not be added if it has …
|
|
|
@9978
|
11 years |
landauf |
added new keybind mode 'OnPressAndRelease' which triggers both when a …
|
|
|
@9975
|
11 years |
landauf |
details
|
|
|
@9960
|
11 years |
landauf |
fixed warning (msvc): the cast affected only '50' and not the whole …
|
|
|
@9951
|
11 years |
landauf |
details
|
|
|
@9945
|
11 years |
landauf |
replaced tabs with spaces. no changes in code
|
|
|
@9944
|
11 years |
landauf |
no Thilo, we don't want to call preDestroy()
made documentation of …
|
|
|
@9939
|
11 years |
jo |
presentationHS13 branch merged into trunk
|
|
|
@9765
|
11 years |
bknecht |
util lib didn't link without boost-system. Error did occur in MultiType.cc.
|
|
|
@9759
|
11 years |
landauf |
fixed warning (msvc)
|
|
|
@9703
|
11 years |
landauf |
fixed build with boost 1.48 and 1.49
|
|
|
@9684
|
11 years |
landauf |
added missing includes
|
|
|
@9682
|
11 years |
landauf |
fixed build on MSVC: unistd.h is not part of windows
|
|
|
@9676
|
11 years |
landauf |
fixed warnings with gcc 4.7
|
|
|
@9675
|
11 years |
landauf |
merged branch 'libs' back to trunk. orxonox now compiles and runs with …
|
|
|
@9672
|
11 years |
smerkli |
Added a few includes that were necessary with the switch to GCC > 4.7 …
|
|
|
@9667
|
11 years |
landauf |
merged core6 back to trunk
|
|
|
@9576
|
12 years |
landauf |
fall back to default parser if CEGUI cannot load XercesParser
|
|
|
@9575
|
12 years |
fmauro |
Force CEGUI to use Xerces parser instead of TinyXML with versions …
|
|
|
@9550
|
12 years |
landauf |
merged testing branch back to trunk. unbelievable it took me 13 months …
|
|
|
@9348
|
12 years |
landauf |
merged branch presentation2012merge back to trunk
|
|
|
@9050
|
13 years |
dafrick |
More elegant resolution of discrepancies between cegui 0.6 and 0.7.
|
|
|
@9016
|
13 years |
jo |
Merging presentation2011 branch to trunk. Please check for possible bugs.
|
|
|
@8952
|
13 years |
dafrick |
Removing some unused variables and taking care of some other warnings …
|
|
|
@8937
|
13 years |
smerkli |
merged masterserverfix corretly now.
|
|
|
@8879
|
13 years |
baermatt |
Added 'ull' to some OutputContextMasks, because of an error with LLVM …
|
|
|
@8866
|
13 years |
dafrick |
Moved clone base method into Pickupable to avoid ambiguity.
|
|
|
@8863
|
13 years |
landauf |
added warning if a super-function has two possible parents. this …
|
|
|