- much nicer scrolling
[supertux.git] / src /
2004-05-19 Ryan Flegel- much nicer scrolling
2004-05-18 Ricardo CruzOnly butt jump after a full jump. This approuch is...
2004-05-18 Ricardo CruzRyan was right, Tux was firing from the head :D
2004-05-18 Ryan Flegel- ObjectManager stuff
2004-05-18 Ryan Flegel- barebones BadGuyManager -> ObjectManager
2004-05-18 Marek MoeckelChanged back the sliding fix because it was buggy
2004-05-18 Matthias Braunreverted totally pointless commit of rmcruz. size does...
2004-05-18 Ricardo CruzFix bug reported by Ryan: in level smaller than 19...
2004-05-18 Ricardo CruzTiny fix. Just to make fire or ice Tux to be able to...
2004-05-18 Marek MoeckelChanged it so that only big Tux is able to butt-jump
2004-05-18 Matthias Braunchanged duck mode a bit so that you can only jump a...
2004-05-18 Matthias Braunfixed butt jump to work even when up-key is not pressed...
2004-05-18 Ricardo CruzNow the player dies when reaching the bottom of the...
2004-05-18 Ricardo CruzI think this fixes image background scrolling.
2004-05-18 Ricardo CruzJust pushed the level info down.
2004-05-17 Ryan Flegel- typo fix
2004-05-17 Ryan Flegel- some trampoline changes
2004-05-17 Ricardo CruzJust made the keys UP code go when the menu is called.
2004-05-17 Ricardo CruzMade player to use the old status when aborting a level.
2004-05-17 Ricardo CruzIt was using a duplication of the arctis image.
2004-05-17 Ricardo CruzFixed a crash. It was using the old name of the backgro...
2004-05-17 Ricardo CruzDon't open the menu on the end sequence.
2004-05-17 Ricardo CruzMake use of the arctic background instead of the Tux...
2004-05-17 Ricardo CruzAdded a skelaton for the config bad guys code. Just...
2004-05-17 Ryan Flegel- added spikes
2004-05-17 Ryan Flegel- oops. don't need two iostream's.. or do we.. :)
2004-05-17 Ryan Flegel- tux can now pick up trampoline
2004-05-17 Ryan Flegel- trampoline stuff
2004-05-16 Ryan Flegel- collision fix
2004-05-16 Ricardo CruzPushed copyright message down.
2004-05-16 Ricardo CruzAdded '--leveleditor' to --usage and corrected another...
2004-05-16 Ryan Flegel- added missing include
2004-05-16 Ryan Flegel- trampoline stuff
2004-05-16 Ricardo CruzRenamed sound effect files, so that musiceans now bette...
2004-05-16 Ricardo CruzGame end screen is drawn by the world map now. This...
2004-05-16 Ricardo CruzY background scrolling. It should start be drawing...
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
next