2014-01-04 |
unc0rr |
merge default
webgl
|
file |
diff |
annotate
|
2013-11-10 |
unc0rr |
Accept SDL_TEXTINPUT events for chat (why first and only first chat invocation receives event for 't' key?)
sdl2transition
|
file |
diff |
annotate
|
2013-11-09 |
unc0rr |
All I want is to receive some events...
sdl2transition
|
file |
diff |
annotate
|
2013-11-08 |
unc0rr |
- Keyboard bindings seem to work fully
sdl2transition
|
file |
diff |
annotate
|
2013-11-07 |
unc0rr |
Sounds can be heard now
sdl2transition
|
file |
diff |
annotate
|
2013-11-07 |
unc0rr |
Fix SDL_GL_SwapWindow, engine renders graphics now
sdl2transition
|
file |
diff |
annotate
|
2013-11-07 |
unc0rr |
Provide more information to SDLTry
sdl2transition
|
file |
diff |
annotate
|
2013-10-28 |
koda |
correctly use USE_TOUCH_INTERFACE
|
file |
diff |
annotate
|
2013-10-14 |
koda |
Fix bug 656 by using the right resolution values
|
file |
diff |
annotate
|
2013-10-11 |
koda |
merge with latest defaul, fixing compiling with fpc, parsing and rendering with pas2c, some minor problems with compiling with clang
webgl
|
file |
diff |
annotate
|
2013-09-27 |
unc0rr |
- Actually call uTexture.initModule and .freeModule
|
file |
diff |
annotate
|
2013-09-26 |
unc0rr |
- Load default binds from settings.ini
|
file |
diff |
annotate
|
2013-09-21 |
unc0rr |
Finish rework of default binds system. Default binds now work even before first turn.
|
file |
diff |
annotate
|
2013-07-27 |
koda |
update the touch interface to the new SDL2 API
|
file |
diff |
annotate
|
2013-07-06 |
koda |
use SDL2 as ifdef symbol because we're not really sdl1.3 compatible, change the compatibility layer, drop unused code, add some documentation
|
file |
diff |
annotate
|
2013-07-02 |
koda |
engine uses final (?) SDL 2 APIs, new events and types added. Touch input broke by the way, and system events should be handled differently
|
file |
diff |
annotate
|
2013-06-27 |
unc0rr |
Refactoring: VGSHandlers.inc -> uVisualGearsHandlers.pas
|
file |
diff |
annotate
|
2013-06-27 |
unc0rr |
Refactoring: ArgParsers.inc -> ArgParsers.pas
|
file |
diff |
annotate
|
2013-06-23 |
nemo |
Configuration for tag display default
|
file |
diff |
annotate
|
2013-06-04 |
koda |
update branch
webgl
|
file |
diff |
annotate
|
2013-05-29 |
unc0rr |
bump copyright year for Andrey entries
|
file |
diff |
annotate
|
2013-05-21 |
unc0rr |
Don't accept keyboard/mouse events on startup phase
|
file |
diff |
annotate
|
2013-05-02 |
unc0rr |
Apparently resetPosition is not needed at all (/pause doesn't call it and works the same)
|
file |
diff |
annotate
|
2013-04-20 |
koda |
update 0.9.19 with dev branch
0.9.19
|
file |
diff |
annotate
|
2013-04-15 |
unc0rr |
Implement issue 308 with '|' as separator
|
file |
diff |
annotate
|
2013-04-03 |
koda |
update branch again
webgl
|
file |
diff |
annotate
|
2013-04-03 |
koda |
strip PAS2C, old WEB symbols and outdated pas2c sources from default branch, all c-related development is done on the webgl branch
|
file |
diff |
annotate
|
2013-04-02 |
koda |
ios compiles again (using an old version of sdl)
|
file |
diff |
annotate
|
2013-04-02 |
koda |
update webgl branch
webgl
|
file |
diff |
annotate
|
2013-03-17 |
nemo |
Key returned 0 for arrows under linux. Sym works, clearer anyway.
|
file |
diff |
annotate
|
2013-03-01 |
koda |
split version information in engine too
|
file |
diff |
annotate
|
2013-01-26 |
koda |
update branch
webgl
|
file |
diff |
annotate
|
2013-01-26 |
koda |
uConsole on a diet
|
file |
diff |
annotate
|
2013-01-10 |
martin_bede |
Fix tons of warnings
|
file |
diff |
annotate
|
2013-01-04 |
unc0rr |
Merge from default
flibqtfrontend
|
file |
diff |
annotate
|
2013-01-03 |
vitiv |
Separated fullscreen and windowed hwengine resolution parameters.
|
file |
diff |
annotate
|
2012-12-31 |
vitiv |
merged changes
|
file |
diff |
annotate
|
2012-12-29 |
dag10 |
GCI2012: Advanced Keyboard Configuration
|
file |
diff |
annotate
|
2012-12-30 |
vitiv |
Preserve windowed resolution after manual resize
|
file |
diff |
annotate
|
2013-01-02 |
koda |
install shaders only when needed, find clang only when needed, fix building on windows, better cmake boolean vars
webgl
|
file |
diff |
annotate
|
2012-12-25 |
koda |
update branch with default
webgl
|
file |
diff |
annotate
|
2012-12-25 |
koda |
convert Game() library call to argc,argv format so that we can use the new parsing functions
|
file |
diff |
annotate
|
2012-12-24 |
RowanD |
GCI2012: Change Argument Passing Between Frontend and Engine
|
file |
diff |
annotate
|
2012-12-18 |
koda |
minor adjustments to libengine, moc is correctly created as definitions are set before calling it, params are better numbered and we don't subclass qthread but rather use moveToThread()
|
file |
diff |
annotate
|
2012-12-16 |
koda |
move GetParams in ArgParser, print a warning when using a deprecated command, pascalisation of +1s
|
file |
diff |
annotate
|
2012-12-16 |
RowanD |
GCI2012: Optional Second Argument
|
file |
diff |
annotate
|
2012-12-16 |
unc0rr |
Merge from default
flibqtfrontend
|
file |
diff |
annotate
|
2012-12-16 |
RowanD |
improve engine cmd line parsing and its documentation
|
file |
diff |
annotate
|
2012-12-08 |
unc0rr |
Merge with default
flibqtfrontend
|
file |
diff |
annotate
|
2012-12-05 |
Drew Gottlieb |
GCI2012: Remove Quit Prompt On Mouse Click
|
file |
diff |
annotate
|
2012-12-05 |
Drew Gottlieb |
GCI2012: Remove Quit Prompt On Mouse Click
flibqtfrontend
|
file |
diff |
annotate
|
2012-12-04 |
koda |
can reopen engine again...
|
file |
diff |
annotate
|
2012-12-04 |
koda |
can reopen engine again...
flibqtfrontend
|
file |
diff |
annotate
|
2012-12-04 |
koda |
third merge, yay
|
file |
diff |
annotate
|
2012-12-04 |
koda |
first merge
|
file |
diff |
annotate
|
2012-12-03 |
Joe Doyle (Ginto8) |
Made user data path default to '.'.
|
file |
diff |
annotate
|
2012-12-01 |
Joe Doyle (Ginto8) |
Fix more errors. It compiles!
|
file |
diff |
annotate
|
2012-12-01 |
Joe Doyle (Ginto8) |
Fix some stupid errors I caused
|
file |
diff |
annotate
|
2012-12-01 |
Joe Doyle (Ginto8) |
Make user folder default to global folder in hwengine
|
file |
diff |
annotate
|
2012-12-01 |
Joe Doyle (Ginto8) |
Make user folder default to global folder in hwengine
|
file |
diff |
annotate
|