0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added missing files
jlanger
as jlanger85
More... over 15 years ago
The viewer builds with MSVC!
jlanger
as jlanger85
More... over 15 years ago
fixed a warning on VC 2008
jlanger
as jlanger85
More... over 15 years ago
fixed a lots of warnings on MSVC
jlanger
as jlanger85
More... over 15 years ago
fixed linking errors on mingw
jlanger
as jlanger85
More... over 15 years ago
added some ompatibility glue to make it compile with boost/unordered_map.hpp when tr1/unordered_map isn't available
jlanger
as jlanger85
More... over 15 years ago
forgot to check in these files...
jlanger
as jlanger85
More... over 15 years ago
* renderer/renderer.cpp:
jlanger
as jlanger85
More... over 15 years ago
* preliminary picking support (only walls currently work)
jlanger
as jlanger85
More... over 15 years ago
should build again now
jlanger
as jlanger85
More... over 15 years ago
added mising file
jlanger
as jlanger85
More... over 15 years ago
lots of restructuring:
jlanger
as jlanger85
More... over 15 years ago
fixing compilation with one compiler usually breaks another one...
jlanger
as jlanger85
More... over 15 years ago
made the properties work with MSVC
jlanger
as jlanger85
More... over 15 years ago
Added new Property templates to simulate C# properties in C++. These properties have zero space overhead and should be pretty useful later on as properties are much more intuitive to use than calling set* and get* functions.
jlanger
as jlanger85
More... over 15 years ago
* uwcommon/imageloader.cpp: added support for UW2's byt.ark
jlanger
as jlanger85
More... over 15 years ago
hopefully fixed the win32.rc compilation/linking
jlanger
as jlanger85
More... over 15 years ago
add some minimal afxres.h from mingw to allow building on the VS Express Editions
jlanger
as jlanger85
More... over 15 years ago
fixed some warnings on Visual Studio 2005 _without_ the SP
jlanger
as jlanger85
More... over 15 years ago
* CMakeLists.txt / config.h.cmake: added a platform check to test if the compiler properly supports friend declarations in conjunction with nested classes
jlanger
as jlanger85
More... over 15 years ago
* some bugfixes and lots of warning fixes for MSVC
jlanger
as jlanger85
More... over 15 years ago
* common/datastream.cpp/.h: added new class BitStreamAdapter
jlanger
as jlanger85
More... over 15 years ago
* renderer/fontrenderer.cpp: Added a proper font renderer using OpenGL's display lists
jlanger
as jlanger85
More... over 15 years ago
common/vector.h:
jlanger
as jlanger85
More... over 15 years ago
-added proper cmake check for gccs always_inline feature
jlanger
as jlanger85
More... over 15 years ago
* common/vector.h:
jlanger
as jlanger85
More... over 15 years ago
* common/vector.h:
jlanger
as jlanger85
More... over 15 years ago
* doxyfile: some cleanup
jlanger
as jlanger85
More... over 15 years ago
- vector.h: MSVC related fixes
jlanger
as jlanger85
More... over 15 years ago
changes on the vector lib:
jlanger
as jlanger85
More... over 15 years ago