- trampoline stuff
[supertux.git] / src /
2004-05-16 Ryan Flegel- trampoline stuff
2004-05-16 Ryan Flegel- started creating trampoline functions
2004-05-16 Ryan Flegel- more game object changes. looks a bit nicer now
2004-05-16 Ryan Flegel- more game object progress
2004-05-16 Ryan Flegel- Made some changes to object code
2004-05-16 Ryan Flegel- added support for different types of objects
2004-05-15 Ricardo CruzMade the menu to get back to the main menu after the...
2004-05-15 Ricardo CruzMade level editor to use the draw_bg() that Ryan added...
2004-05-15 Ricardo CruzOoops, forgot to remove a comment.
2004-05-15 Ricardo CruzI allways noticed that in the SDL mode, the gradient...
2004-05-15 Ricardo CruzOnly do vertical scrolling when the height is higher...
2004-05-15 Ricardo CruzFixed Coins text position in world map.
2004-05-15 Ryan Flegel- fixed level editor crash
2004-05-15 Ryan Flegel- fixed drawgradient() function (res fix)
2004-05-15 Ricardo CruzCleanup. Also applied the same fix to leveleditor....
2004-05-14 Ryan Flegel- even more res fixes--we're getting there
2004-05-14 Ryan Flegel- more resolution fixes
2004-05-14 Ryan Flegel- some resolution fixes
2004-05-14 Ryan Flegel- fixed drawing crash
2004-05-14 Ricardo CruzFirst try to switch to 800x600.
2004-05-14 Ricardo CruzJust changed hard coded values by definitions. Please...
2004-05-14 Ryan Flegel- fixed [sorta] the mushroom bumping problems
2004-05-14 Ryan Flegel- fixed badguy collisions so they no longer get jammed
2004-05-14 Ryan Flegel- changed b/g for credits
2004-05-14 Ryan Flegel- uncomment crash fix that was accidentally commented
2004-05-14 Ryan Flegel- fixed an ugly hack I was using before for the JS...
2004-05-14 Ryan Flegel- added some joystick config options.. I think
2004-05-13 Ryan Flegel- added freedesktop.org .desktop file from Mike Hearn
2004-05-13 Ryan Flegel- made mriceblock break blocks when kicked into them
2004-05-13 Ricardo CruzUp was moving to down and down to up - fixed.
2004-05-13 Ricardo CruzImproved frozen behavior.
2004-05-13 Ricardo CruzMade some checking before the scrolling code, in order...
2004-05-13 Ricardo CruzFixed crash.
2004-05-13 Ricardo CruzAdded vertical scrolling for the level editor.
2004-05-13 Ryan Flegel- fixed a warning
2004-05-13 Ryan Flegel- fixed potential crash
2004-05-12 Ryan Flegel- fixed crash when hitting badguy with bullet
2004-05-12 Ricardo CruzFire should be working again.
2004-05-12 Ricardo CruzFirst implementation of the ice power.
2004-05-12 Ryan Flegel- fixed some enums
2004-05-12 Ricardo CruzIn case the level has been saved, and no change was...
2004-05-12 Ricardo CruzBreak lines on tiles as requested by Ryan.
2004-05-12 Ricardo CruzJust changed the vertical scrolling to the top of the...
2004-05-12 Ricardo CruzSmoother vertical scrolling.
2004-05-12 Ryan Flegel- fixed enum bug mentioned by Kevin L. Mitchell on...
2004-05-12 Ryan Flegel- removed old code
2004-05-12 Ryan Flegel- fixed rising specials
2004-05-11 Ricardo CruzBottom tiles were not being drawn right when vertical...
2004-05-11 Ryan Flegel- fixed vscroll a bit--forgot foreground
2004-05-11 Ryan Flegel- fixed vscroll a bit
2004-05-11 Ricardo CruzFixed hotspot square drawing in debug mode.
2004-05-11 Ricardo CruzModified draw_part() in sprite class to make use of...
2004-05-11 Ricardo CruzUpgrades weren't being shown when appearing... fixed!
2004-05-11 Ryan Flegel- added exceptions
2004-05-11 Ricardo CruzCleanups. Basically I made sprites to care about the...
2004-05-11 Ricardo CruzFirst implementation of vertical scrolling.
2004-05-11 Ricardo CruzFirst step for vertical scrolling stop.
2004-05-11 Ryan Flegel- made fixes to buttjump
2004-05-11 Ryan Flegel- added butt-jump
2004-05-10 Tobias GläßerLeveleditor closes on SDL_QUIT events now.
2004-05-10 Ricardo CruzWhen pressing a player's key and then press Esc, the...
2004-05-10 Ricardo CruzDon't display cursor on help.
2004-05-10 Tobias Gläßer*** empty log message ***
2004-05-10 Tobias Gläßerfixed missing semicolon
2004-05-10 Tobias Gläßerfixed end of level to begin wrap around in the title...
2004-05-10 Tobias Gläßerminor updates
2004-05-10 Tobias GläßerFixed some TODO-list bugs.
2004-05-10 Tobias Gläßerfixed selection of a game_object in IsObject mode
2004-05-10 Tobias Gläßerfixed visual button bugs.
2004-05-10 Tobias GläßerFixed bkgd_speed. Objects properties can be edited...
2004-05-10 Matthias Braunnever free the screen surface, SDL doesn't allow that
2004-05-10 Ricardo CruzBug fixed. That test was just reading some random memor...
2004-05-10 Ricardo CruzUps, name mistake.
2004-05-10 Ricardo CruzWell, Ingo and Tobias prefer the old shooting behavior...
2004-05-10 Ricardo CruzTake cursor out of the help screen.
2004-05-09 Tobias Gläßerremoved double shortcuts in leveleditor. updated level...
2004-05-09 Ricardo CruzRemoved the screen free. It was already been freed...
2004-05-09 Ricardo CruzInstead of limitating the number of bullets, according...
2004-05-09 Tobias Gläßerbig white font correction
2004-05-09 Ryan Flegel- increased Tux's safe time to 1250ms
2004-05-09 Tobias GläßerAdded a static member function to the Surface class...
2004-05-09 Ricardo CruzDon't show selection cursor when help is being displayed.
2004-05-09 Ricardo CruzCleanuped code and applied it to draw_bg() and draw_par...
2004-05-09 Tobias GläßerMinimap works in SDL now and one more crash is fixed.
2004-05-09 Ricardo CruzSDL draw() now supports alpha blitting.
2004-05-08 Ricardo CruzAdded explode(). Avoid duplicated code, futhermore...
2004-05-08 Ricardo Cruzif a stalactite hits a Mr. Bomb, explode, instead of...
2004-05-08 Ricardo CruzSmall clean-up.
2004-05-08 Tobias GläßerPrevent "Return to Level Editor" from working, if no...
2004-05-08 Tobias Gläßerminor fix, that makes sure a time_left value is set...
2004-05-08 Tobias Gläßerchange back to to le_world as current world, when we...
2004-05-08 Tobias GläßerMake sure that tiles are loaded before tilegroups are...
2004-05-08 Ricardo CruzThere is no need in saving on exit, since it already...
2004-05-08 Ricardo CruzFixes death in modes different than the autoscrolling.
2004-05-08 Tobias GläßerFixed some leveleditor-object/badguy issues.
2004-05-08 Ricardo CruzFixed bug that was causing player's dead.
2004-05-07 Tobias GläßerFixed creating level-subset again.
2004-05-07 Ricardo CruzAdded horizontal auto scrolling!
2004-05-07 Tobias Gläßermajor changes to the leveleditor internals, there are...
2004-05-07 Ricardo CruzAdded support for silver's Benjamin font.
next