Added typedef of char16_t and char32_t in preparation for C1x... |
|
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) |
|
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* |
|
More...
|
over 14 years ago
|
Merge branch 'conv' of gitorious.org:siege/siege |
|
More...
|
over 14 years ago
|
Made a simple fallback for when the IConv module is not available. |
|
More...
|
over 14 years ago
|
Corrected SIEGE to be more consistent with strings. |
|
More...
|
over 14 years ago
|
Switch evCollision* -> lcCollision* |
|
More...
|
over 14 years ago
|
Merge branch 'master' of gitorious.org:siege/siege into newevent |
|
More...
|
over 14 years ago
|
Changes sprites so that they are no longer entities and only update their subimage when they need to. |
|
More...
|
over 14 years ago
|
Merge branch 'master' of gitorious.org:siege/siege into newevent |
|
More...
|
over 14 years ago
|
Further enhancements on SIEGE lighting. |
|
More...
|
over 14 years ago
|
Merge branch 'master' of gitorious.org:siege/siege into lights |
|
More...
|
over 14 years ago
|
Merge branch 'master' of gitorious.org:siege/siege |
|
More...
|
over 14 years ago
|
Further work done on Python bindings; also added circle and segment debug drawing capability. |
|
More...
|
over 14 years ago
|
Removed the outdated todo list. |
|
More...
|
over 14 years ago
|
First step in simplifying the event API. |
|
More...
|
over 14 years ago
|
Created (partial) Cython bindings and removed the "manual" CPython bindings - both variants. |
|
More...
|
over 14 years ago
|
Merge branch 'master' of gitorious.org:siege/siege into epython |
|
More...
|
over 14 years ago
|
Made the "split" option default to OFF when building SIEGE. |
|
More...
|
over 14 years ago
|
Merge branch 'master' of gitorious.org:siege/siege into conv |
|
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 |
|
More...
|
over 14 years ago
|
Added lights to SIEGE internals [WiP]. |
|
More...
|
over 14 years ago
|
Changed SGchar's definition from uint8_t to char to better interact with char -> SGchar implicit casts |
|
More...
|
over 14 years ago
|
Merged with console's demo.c |
|
More...
|
over 14 years ago
|
Modified joystick.h to have the number of joysticks as size_t and added vim's .*.swp to .gitignore. |
|
More...
|
over 14 years ago
|
Added conversion support and wchar_t, UTF8, UTF16 and UTF32 support for SGFont. |
|
More...
|
over 14 years ago
|
Eliminated some errors from earlier commits. |
|
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. |
|
More...
|
over 14 years ago
|
Minor aesthetical change in SDL module's init routine. |
|
More...
|
over 14 years ago
|
Added a depth buffer to the surfaces (OpenGL module) and a surface demo. |
|
More...
|
over 14 years ago
|