0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CaWE: Fixed the most pressing GUI issues under Linux/GTK: - The initial sizes of the AUI panes were all too small, see <http://trac.wxwidgets.org/ticket/12490> for details. - Floating AUI panes (e.g. the Edit Surface Props and Edit Terrian dialog) were disabled, see <http://trac.wxwidgets.org/ticket/12500> for details. - Replaced our custom BitmapControlT, which didn't properly paint itself (overpainting other controls with the background color), with wxStaticBitmap instances. - Several other smaller (but equally important) fixes. More... over 13 years ago
Minor Linux build fix: CaWE can now find libCg.so when it is checking the available renderers. More... over 13 years ago
Fixed Win64 game DLL loading. More... almost 14 years ago
Merged the latest changes in vendor/openal-win to cafu/trunk/ExtLibs/openal-win, adding the 64-bit editions of the OpenAL DLLs. More... almost 14 years ago
vendor/openal-win: Added the 64-bit editions of the OpenAL DLLs. More... almost 14 years ago
Linux/GCC: Various compile and link fixes. More... almost 14 years ago
Even more 64-bit Windows build fixes. These changes complete the port of Cafu to 64-bit Windows! :-D More... almost 14 years ago
Revision of Console code: - New "composite console" is the new default console, making it easy to add logging into a file and the graphical console during init, and making it unnecessary to reset the console pointer in DLLs that have been initialized before the graphical console. - Replaced several old/obsolete printf-statements (in the renderer DLLs) with their proper Console->Print() counterparts. - Put the Lua bindings to the global Console into separate files. This way the DLLs can include Console.hpp without being forced to link the Lua libraries in. More... almost 14 years ago
Simplified build system by subsuming the cfsCoreLib into cfsLib. The reasons for keeping the two libraries separately seem no longer to be pertinent (cfsCoreLib was introduced in an attempt to fix linker issues under Linux long ago). More... almost 14 years ago
Applied my patch http://trac.wxwidgets.org/ticket/12424 to official wxWidgets library also to our local copy of wxWidgets (2.9.1), anticipating the next (future) vendor update (to 2.9.2). Closes #40. More... almost 14 years ago
Fix for the bug reported at <http://www.cafu.de/forum/viewtopic.php?f=9&t=770>. More... almost 14 years ago
Revised server code, fixing #20. Thanks to Luigi Auriemma for the report! More... almost 14 years ago
Revised classes ScrollInfoT and FontT, fixing bug #21. Thanks to Luigi Auriemma for the report! More... almost 14 years ago
CaWE: Fixed an issue with the BitmapControlT, that had a wrong size computed in sizer code with wx 2.9.1. Also see http://thread.gmane.org/gmane.comp.lib.wxwidgets.general/70774 for details. More... almost 14 years ago
Added the new Cg 3 binaries for 32- and 64-bit Linux as well. More... almost 14 years ago
More 64-bit Windows build fixes. More... almost 14 years ago
ExtLibs/Cg: Upgraded the NVidia Cg library from version 1.4 to 3.0, adding the binaries for both 32- and 64-bit Windows. More... almost 14 years ago
Code enhancements for the native 64-bit Windows (LLP64) port. More... almost 14 years ago
Fix linker parameters under Linux, where wx-config induced redundant -lpng and -ljpeg (the system libraries) that conflicted with our custom (and slightly newer and thus version-incompatible) "cfs" editions. More... almost 14 years ago
Reintegrated branches/cafu_to_wx back into trunk! Closes #34. More... almost 14 years ago
Linux/GTK specific fixes. More... almost 14 years ago
Clean-up of code and comments. More... almost 14 years ago
* Updated the Video Settings dialog of the Main Menu GUI to show the list of video modes that are actually available on the current system. * Replaced the initial Cafu console to buffer all messages until they can be copied to the in-game console, so that e.g. Main Menu GUI init errors don't get lost. More... almost 14 years ago
Renamed class AppCafu to AppCafuT for consistency. More... almost 14 years ago
Revised custom video mode handling and initialization. More... almost 14 years ago
Applied my patch http://trac.wxwidgets.org/ticket/4582 to official wxWidgets library also to our local copy of wxWidgets (2.9.1), anticipating the next (future) vendor update (to 2.9.2). More... almost 14 years ago
Applied my patch http://trac.wxwidgets.org/ticket/12387 to official wxWidgets library also to our local copy of wxWidgets (2.9.1), anticipating the next (future) vendor update (to 2.9.2). More... almost 14 years ago
Removed now obsolete files. More... almost 14 years ago
Added: - support for changing the video mode, - switching to full-screen display, and - parsing the command-line options. More... almost 14 years ago
Improved mouse input handling in the cafu_to_wx branch. More... almost 14 years ago