|
|
@216
|
12 years |
sam |
Fix compilation issue caused by WinDef.h defining "near" and "far" macros.
|
|
|
@215
|
12 years |
sam |
Fix M_PI usage on Win32.
|
|
|
@211
|
13 years |
sam |
Put HUD objects back on front of the scene.
|
|
|
@210
|
13 years |
sam |
Allow for different priorities in game and draw tick levels.
|
|
|
@209
|
13 years |
sam |
Implement Video::SetFov() to allow conic projection.
|
|
|
@208
|
13 years |
sam |
Add a debugging sphere object to test transparency.
|
|
|
@207
|
13 years |
sam |
Proper depth buffer handling with minimal alpha support.
|
|
|
@206
|
13 years |
sam |
Activate depth buffer when the GL context is created.
|
|
|
@205
|
13 years |
sam |
Fix broken perspective.
|
|
|
@203
|
13 years |
sam |
Add a stats logger entity.
|
|
|
@187
|
13 years |
sam |
Toying around with the editor UI.
|
|
|
@186
|
13 years |
sam |
Support tilesets larger than 512x512 and switch the coordinates system …
|
|
|
@183
|
13 years |
sam |
Start creating the World class.
|
|
|
@180
|
13 years |
sam |
Fix a few minor FIXMEs in the code.
|
|
|
@179
|
13 years |
sam |
Fix an erroneus warning message in the Dict destructor.
|
|
|
@178
|
13 years |
sam |
Proper detection of libcaca and libpipi.
|
|
|
@177
|
13 years |
sam |
Minor simplification to the GTK exit handling.
|
|
|
@176
|
13 years |
sam |
Switch from esdf controls to wasd, but support qwerty and azerty keyboards.
|
|
|
@174
|
13 years |
sam |
Do not use SDL for Win32 timers. The OS has all we need.
|
|
|
@173
|
13 years |
sam |
Fix a Win32 timer regression bug.
|
|
|
@172
|
13 years |
sam |
Move _strncasecmp define from forge.cpp/tiler.cpp to dict.cpp.
|
|
|
@171
|
13 years |
sam |
Allow to build without libpipi.
|
|
|
@170
|
13 years |
sam |
Properly implement program termination, including in the GTK program.
|
|
|
@169
|
13 years |
sam |
Minor code simplifications.
|
|
|
@168
|
13 years |
sam |
Remove duplicate code in the GL map viewer.
|
|
|
@167
|
13 years |
sam |
Store the frame number in the Ticker instead of duplicating the …
|
|
|
@166
|
13 years |
sam |
Keyboard scrolling in the editor.
|
|
|
@165
|
13 years |
sam |
Play with toolbar buttons.
|
|
|
@163
|
13 years |
sam |
Add an about dialogue and fix an initialisation bug in the map viewer …
|
|
|
@162
|
13 years |
sam |
Refactor editor to get the glarea object out of the main source file.
|
|
|
@159
|
13 years |
sam |
Allow the sprite viewer window to pan.
|
|
|
@157
|
13 years |
sam |
Implement scrolling in the GTK window using the scrollbars.
|
|
|
@156
|
13 years |
sam |
Fix the Font class so that it does lazy initialisation of the texture.
|
|
|
@155
|
13 years |
sam |
New MapViewer class and some GTK+ refactoring.
|
|
|
@154
|
13 years |
sam |
Refactor stuff.
|
|
|
@153
|
13 years |
sam |
Factor Forge and Tiler using the new Dict class.
|
|
|
@152
|
13 years |
sam |
Proper Float3 constructors.
|
|
|
@151
|
13 years |
sam |
Apply correct projection to the debug sprite movement.
|
|
|
@150
|
13 years |
sam |
Replace mouse scrolling with a joystick simulated by the e/s/d/f keys.
|
|
|
@149
|
13 years |
sam |
Get the timer to talk milliseconds instead of seconds.
|
|
|
@147
|
13 years |
sam |
Rename "asset" to "entity". It's way cooler.
|
|
|
@145
|
13 years |
sam |
Remove some debug stuff.
|
|
|
@144
|
13 years |
sam |
Implement video recording using libpipi.
|
|
|
@142
|
13 years |
sam |
Disable depth test. We do our own management.
|
|
|
@141
|
13 years |
sam |
Fix Z-sorting yet again, and add real level support to map loading.
|
|
|
@140
|
13 years |
sam |
Implement Video::Capture and create a GROUP_RENDER_CAPTURE tick group.
|
|
|
@139
|
13 years |
sam |
Implement Video::GetWidth() and Video::GetHeight().
|
|
|
@138
|
13 years |
sam |
Start to handle differences between vertical and horizontal tiles.
|
|
|
@137
|
13 years |
sam |
Invert the mouse coordinate handling logic.
|
|
|
@135
|
13 years |
sam |
Better near/far values.
|
|
|
@133
|
13 years |
sam |
Fix z-sorting of tiles. For now.
|
|
|
@132
|
13 years |
sam |
Add a debug sprite to the scene.
|
|
|
@131
|
13 years |
sam |
Allow other classes to request the Game's Scene object.
|
|
|
@130
|
13 years |
sam |
Try to detect assets not calling their super tick methods. Already …
|
|
|
@129
|
13 years |
sam |
Minor optimisation in the garbage collection order.
|
|
|
@128
|
13 years |
sam |
Implement Timer::PollSeconds(), if necessary.
|
|
|
@127
|
13 years |
sam |
Improve the text appearance using an outline.
|
|
|
@126
|
13 years |
sam |
Minor updates here and there. Not worth mentioning.
|
|
|
@124
|
13 years |
sam |
Make the editor more responsive by handling GTK events before waiting …
|
|
|
@123
|
13 years |
sam |
Make the GTK editor more responsive.
|
|
|
@122
|
13 years |
sam |
Implement the profiling system.
|
|
|
@121
|
13 years |
sam |
Implement naive bold font printing.
|
|
|
@120
|
13 years |
sam |
Improve the timer accuracy even more.
|
|
|
@118
|
13 years |
sam |
Fixed framerate now has sub-millisecond accuracy on Linux.
|
|
|
@117
|
13 years |
sam |
Properly initialise SDL in the input system's constructor.
|
|
|
@116
|
13 years |
sam |
Implement a better timing mechanism for fixed framerate. Accuracy is …
|
|
|
@114
|
13 years |
sam |
Switch editor building scheme to GtkBuilder.
|
|
|
@112
|
13 years |
sam |
Proper delta time computation in both the game and the editor.
|
|
|
@111
|
13 years |
sam |
The frame counter is now an asset object.
|
|
|
@110
|
13 years |
sam |
Minor cleanup in the editor main code.
|
|
|
@109
|
13 years |
sam |
Get rid of GtkVideo, it was pretty useless in the current shape.
|
|
|
@108
|
13 years |
sam |
Get rid of SdlVideo, it was pretty useless.
|
|
|
@107
|
13 years |
sam |
Remove dead code from the soon to be deprecated Video classes.
|
|
|
@106
|
13 years |
sam |
Make the Game class an asset like the others.
|
|
|
@105
|
13 years |
sam |
Create a helper class for easy scene setup. Highly reduces the number …
|
|
|
@104
|
13 years |
sam |
Do not tick destroyed objects.
|
|
|
@103
|
13 years |
sam |
Reimplement the SDL input as a ticked asset object.
|
|
|
@102
|
13 years |
sam |
Implement a quit() mechanism in the Game class.
|
|
|
@101
|
13 years |
sam |
Implement ticking groups.
|
|
|
@100
|
13 years |
sam |
Slightly improve the documentation in a few files, add the missing …
|
|
|
@99
|
13 years |
sam |
Move all GTK stuff to a subdirectory.
|
|
|
@98
|
13 years |
sam |
Implement a naive garbage collector.
|
|
|
@96
|
13 years |
sam |
Implement lazy initialisation of TileSet objects.
|
|
|
@95
|
13 years |
sam |
TileSet is now a child of Asset.
|
|
|
@94
|
13 years |
sam |
Implement a clean class for various assets that can be ticked both in …
|
|
|
@93
|
13 years |
sam |
The GTK loop now works. Sort of.
|
|
|
@92
|
13 years |
sam |
Convert everything to the autotools. Managing source dependencies will …
|
|
|
@91
|
13 years |
sam |
Start of the GtkVideo implementation.
|
|
|
@90
|
13 years |
sam |
Change the Video class into an interface, implemented by SdlVideo and, …
|
|
|
@87
|
13 years |
sam |
Naive font renderer prototype.
|
|
|
@81
|
13 years |
sam |
Minor Win32 compilation fixes.
|
|
|
@79
|
13 years |
sam |
Rendering starts to work again. There is no Z-sorting yet.
|
|
|
@76
|
13 years |
sam |
Fix error in tile code computation.
|
|
|
@75
|
13 years |
sam |
Much better resource allocation and release. Scene manager stub.
|
|
|
@74
|
13 years |
sam |
Support CSV .tmx files to get rid of that pathetic system() call.
|
|
|
@70
|
13 years |
sam |
Breaking the map/layer code apart. Needs more work.
|
|
|
@65
|
13 years |
sam |
Fix default tiler image.
|
|
|
@57
|
13 years |
sam |
Various fixes.
|
|
|
@56
|
13 years |
sam |
Fix default tile loader.
|
|
|
@47
|
13 years |
sam |
The layer name is no longer ignored.
|
|
|