0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Sep 27, 2024 — Sep 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added typedef of char16_t and char32_t in preparation for C1x...
DarkUranium
as Tim Čas
More... over 14 years ago
Made SIEGE compile with -std=c99 (so, as proper C99 code) by replacing all occurrences of M_PI with SG_PI (which was defined in common.h)
DarkUranium
as Tim Čas
More... over 14 years ago
Got C++ and Cython bindings up to date and modified sgWindowSetTitle* to take in const char* as the first argument instead of char*
DarkUranium
as Tim Čas
More... over 14 years ago
Merge branch 'conv' of gitorious.org:siege/siege
DarkUranium
as Tim Čas
More... over 14 years ago
Made a simple fallback for when the IConv module is not available.
DarkUranium
as Tim Čas
More... over 14 years ago
Corrected SIEGE to be more consistent with strings.
DarkUranium
as Tim Čas
More... over 14 years ago
Switch evCollision* -> lcCollision*
DarkUranium
as Tim Čas
More... over 14 years ago
Merge branch 'master' of gitorious.org:siege/siege into newevent
DarkUranium
as Tim Čas
More... over 14 years ago
Changes sprites so that they are no longer entities and only update their subimage when they need to.
DarkUranium
as Tim Čas
More... over 14 years ago
Merge branch 'master' of gitorious.org:siege/siege into newevent
DarkUranium
as Tim Čas
More... over 14 years ago
Further enhancements on SIEGE lighting.
DarkUranium
as Tim Čas
More... over 14 years ago
Merge branch 'master' of gitorious.org:siege/siege into lights
DarkUranium
as Tim Čas
More... over 14 years ago
Merge branch 'master' of gitorious.org:siege/siege
DarkUranium
as Tim Čas
More... over 14 years ago
Further work done on Python bindings; also added circle and segment debug drawing capability.
DarkUranium
as Tim Čas
More... over 14 years ago
Removed the outdated todo list.
DarkUranium
as Tim Čas
More... over 14 years ago
First step in simplifying the event API.
DarkUranium
as Tim Čas
More... over 14 years ago
Created (partial) Cython bindings and removed the "manual" CPython bindings - both variants.
DarkUranium
as Tim Čas
More... over 14 years ago
Merge branch 'master' of gitorious.org:siege/siege into epython
DarkUranium
as Tim Čas
More... over 14 years ago
Made the "split" option default to OFF when building SIEGE.
DarkUranium
as Tim Čas
More... over 14 years ago
Merge branch 'master' of gitorious.org:siege/siege into conv
DarkUranium
as Tim Čas
More... over 14 years ago
Added wchar_t, UTF-8/16/32 interfaces for the rest of the sgFont* functions and wchar_t print; also added wchar_t print to util/string
DarkUranium
as Tim Čas
More... over 14 years ago
Added lights to SIEGE internals [WiP].
DarkUranium
as Tim Čas
More... over 14 years ago
Changed SGchar's definition from uint8_t to char to better interact with char -> SGchar implicit casts
DarkUranium
as Tim Čas
More... over 14 years ago
Merged with console's demo.c
DarkUranium
as Tim Čas
More... over 14 years ago
Modified joystick.h to have the number of joysticks as size_t and added vim's .*.swp to .gitignore.
DarkUranium
as Tim Čas
More... over 14 years ago
Added conversion support and wchar_t, UTF8, UTF16 and UTF32 support for SGFont.
DarkUranium
as Tim Čas
More... over 14 years ago
Eliminated some errors from earlier commits.
DarkUranium
as Tim Čas
More... over 14 years ago
Changed the joysticks and mice to report number of buttons/axis as size_t instead of SGuint. Also bumped SIEGE version to 0.1.11.
DarkUranium
as Tim Čas
More... over 14 years ago
Minor aesthetical change in SDL module's init routine.
DarkUranium
as Tim Čas
More... over 14 years ago
Added a depth buffer to the surfaces (OpenGL module) and a surface demo.
DarkUranium
as Tim Čas
More... over 14 years ago