0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
May 25, 2023 — May 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
vector.h: fixed a typo: fcnl_all -> fcnl_add
jlanger
as jlanger85
More... over 15 years ago
* fixed a lots of warnings (some which only appear when compiling with -O3)
jlanger
as jlanger85
More... over 15 years ago
fixed compilation with MSVC
jlanger
as jlanger85
More... over 15 years ago
merge audio branch back into trunk
jlanger
as jlanger85
More... over 15 years ago
* backend/win32.cpp: swap RMB and LMB
jlanger
as jlanger85
More... over 15 years ago
fixed about 150 Win64 related warnings. Mostly size_t vs unsigned int stuff
jlanger
as jlanger85
More... over 15 years ago
*system/msvc_backtrace.h: build fix for MSVC
jlanger
as jlanger85
More... over 15 years ago
* uw/uwobject.h: removed unused header file
jlanger
as jlanger85
More... over 15 years ago
* core is no longer a singleton
jlanger
as jlanger85
More... over 15 years ago
fixed a few problems and warnings on MSVC
jlanger
as jlanger85
More... over 15 years ago
* fixed a few win32 related bugs introduced by the refactoring
jlanger
as jlanger85
More... over 15 years ago
added missing files and remove old uwcommon directory
jlanger
as jlanger85
More... over 15 years ago
wrong dir name
jlanger
as jlanger85
More... over 15 years ago
hopefully svn won't bitch around this time
jlanger
as jlanger85
More... over 15 years ago
svn move doesn't work for some reason, so let's try to do things manually
jlanger
as jlanger85
More... over 15 years ago
g factoring: changed allTheCamels_to_underscore_notation since it looks more harmonical in conjunc
jlanger
as jlanger85
More... over 15 years ago
* a bit cleanup in collision.cpp
jlanger
as jlanger85
More... over 15 years ago
more missing stuff
jlanger
as jlanger85
More... over 15 years ago
missing stuff checked in
jlanger
as jlanger85
More... over 15 years ago
* backends -> destroy window in destructor. Helps removing the grabs when X11 backend crashes
jlanger
as jlanger85
More... over 15 years ago
I love macros with names like "Bool". Thank you, Xlib.h!
jlanger
as jlanger85
More... over 15 years ago
* CMakeLists.txt: enabled a lots of optimizations for MSVC
jlanger
as jlanger85
More... over 15 years ago
* win32_crashdialog.cpp: Cannot use asserts of exceptions there -> infinite loop
jlanger
as jlanger85
More... over 15 years ago
replaced Glew with GLee and ship complete glee source in thirdparty/GLee/
jlanger
as jlanger85
More... over 15 years ago
* experimental cross compiling support (linux->mingw)
jlanger
as jlanger85
More... over 15 years ago
* backend/win32.cpp: fixed char events and input grabbing
jlanger
as jlanger85
More... over 15 years ago
* more robust check for the inttypes (hopefully)
jlanger
as jlanger85
More... over 15 years ago
check for unwind.b
jlanger
as jlanger85
More... over 15 years ago
* native X11 backend -> used as default on *nix when available
jlanger
as jlanger85
More... over 15 years ago
compiles and works on Windows 64!
jlanger
as jlanger85
More... over 15 years ago