0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merged latest changes from trunk into branches/cafu_to_wx. More... almost 14 years ago
CaWE GUI Editor: Rewrote/fixed broken "delete windows" command. More... almost 14 years ago
CaWE GUI editor: - Lua errors on loading a GUI are now presented to the user. - Window names are checked for unique-ness now (and silently repaired, if necessary) when the GUI is saved. Fixes #37. More... almost 14 years ago
Updated/clarified the CompilerSetup.py.tmpl file. More... almost 14 years ago
Minor Linux-specific compilation fixes. More... almost 14 years ago
Re-established most of the client functionality: - proper (projection) matrix handling and setup for 3D rendering, - mouse and keyboard state analysis for player control, - taking screen-shots (F5) and opening the console (F1), - regarding application shut-down see <http://thread.gmane.org/gmane.comp.lib.wxwidgets.general/70625> for an open issue. More... almost 14 years ago
CaWE: The tools were in a single "radio group" in the menu and in several radio groups in the toolbar, and their synchronization code was flawed as described at <http://thread.gmane.org/gmane.comp.lib.wxwidgets.general/70613>. These changes fix the problem and close #35. More... almost 14 years ago
- Fixed the cmap loader code in CollModelManImplT::GetCM() as reported at <http://www.cafu.de/forum/viewtopic.php?f=2&t=762>. - Upgraded all older cmap files to the current cmap version 13. More... almost 14 years ago
This revision implements (much of) the big step of replacing the previous OS layer with wxWidgets, achieving a good deal of the objective of ticket #34: The Cafu engine runs now as a wxWidgets application! ;-) The most important loose ends have already been tied up, such as app initialization and mouse and keyboard event forwarding, but there are also many details left that for clarity have been scheduled for separate revisions. More... almost 14 years ago
ExtLibs/wxWidgets: Set wxUSE_IPV6 to 1 in order to have it #include winsock2.h (instead of winsock.h) by default. This establishes compatibility with our own Libs/Network/Network.hpp header. More... almost 14 years ago
Liberated a lot of code from knowing the obsolete OpenGLWindowT class (and thus its related SingleOpenGLWindow global pointer) and the also obsolete, related DirectX code. More... almost 14 years ago
Our libraries *declare* (module-)global pointers to implementations of their interfaces, i.e. pointers that are available for convenient access from the entire exe or dll. More... almost 14 years ago
CaWE: Minor changes found in the course of implementing the first set of changes for the main objective (ticket #34). More... almost 14 years ago
Fixed the bug reported at <http://www.cafu.de/forum/viewtopic.php?f=8&t=754> (killing a remote player crashes his client). More... almost 14 years ago
Created a branch of the trunk for implementing ticket #34: Change Cafu to use wxWidgets for screen, main window and OS event queue management. More... almost 14 years ago
CaWE: Set application and vendor names to be used for the standard paths (e.g. the user data directory). More... almost 14 years ago
Fixed g++ warnings following the upgrade of wxWidgets from 2.9.0 to 2.9.1 in r107. More... almost 14 years ago
Merged the latest wxWidgets upgrade in vendor/wxWidgets to cafu/trunk/ExtLibs/wxWidgets, upgrading from wxWidgets 2.9.0 to 2.9.1, and updated the user code accordingly. More... almost 14 years ago
Build system enhancements: * Fixed wrong path to wxWidgets library in 64-bit builds. * Added a workaround for SCons bug <http://scons.tigris.org/issues/show_bug.cgi?id=2663>. * Updated svn:ignore properties for wxWidgets, accounting for new Visual C++ 2010 (and future) compiler version and generally for non-x86 architecture builds. More... almost 14 years ago
Added support for the Microsoft Visual C/C++ 2010 compiler. More... almost 14 years ago
The change improves the build system: More... almost 14 years ago
Upgraded vendor/wxWidgets from 2.9.0 to 2.9.1 (as before, the directories "debian", "demos", "interface", "samples" and "tests" were omitted). More... almost 14 years ago
General/global: Another set of changes towards better LLP64 compatibility (besides existing ILP32 and LP64 compatibility). More... almost 14 years ago
General/global: Another set of changes towards better LLP64 compatibility (besides existing ILP32 and LP64 compatibility). More... almost 14 years ago
General/global: Another set of changes towards better LLP64 compatibility (besides existing ILP32 and LP64 compatibility). More... almost 14 years ago
CaWE: Fixed the bug described at <http://www.cafu.de/forum/viewtopic.php?f=9&t=747>. More... almost 14 years ago
General/global: A first set of changes towards better LLP64 compatibility (besides existing ILP32 and LP64 compatibility). More... almost 14 years ago
CaWE: The MatSys renderer usage is now no longer fixed to the old OpenGL 1.2 implementation. Instead, the specified MatSys renderer is loaded, or if none is specified (the default), the "best" one is automatically found. With this change, CaWE finally utilizes the same renderer acquisition strategy than all other Cafu programs. More... almost 14 years ago
CaWE model editor: Added proper rendering with dynamic lighting and stencil shadows. More... almost 14 years ago
CaWE model editor: renamed the model and scene property grid classes to shorter and more descriptive names. More... almost 14 years ago