hedgewars/uWorld.pas
2012-09-01 nemo remove checks from c4272519b128, ed7fecd0f5fd just hides 'em instead.
2012-09-01 unc0rr hide health bars of dead teams
2012-08-05 Stepan777 merge
2012-08-01 nemo Toggle autoCameraOn in Findhh instead of checking FollowGear which could be set in a variety of places. Issue #404
2012-07-26 Stepan777 merge
2012-07-25 nemo Changes for the benefit of pas2c. Use downto in for loops to avoid repeated calls of Random/GetRandom. Wrap nots.
2012-07-20 koda ooops (and indentation)
2012-07-20 koda press 8 to mute audio while ingame
2012-07-13 Stepan777 Correctly distinguish between game and real ticks while recording video,
2012-07-10 Stepan777 Fix bug with isInLag picture displayed at end of some videos.
2012-07-10 Wolfgang Steffens Merge
2012-07-09 Stepan777 merge
2012-07-08 nemo A bit more convoluted, but more attractive visually
2012-07-06 Stepan777 merge
2012-07-05 unc0rr It is global var
2012-07-10 Wolfgang Steffens Added auto cropping to atlasing
2012-06-25 Wolfgang Steffens GL1.x fixes
2012-06-25 Wolfgang Steffens using atlas for rendering now
2012-06-25 Wolfgang Steffens retaining SDL surfaces in order to allow recreating atlases from scratch without
2012-06-25 Wolfgang Steffens Merge
2012-06-24 Stepan777 remaining IFDEFs
2012-06-24 Stepan777 merge
2012-06-13 koda DPI for everyone
2012-06-07 Stepan777 1. Add IFDEFs for video recording
2012-06-07 Stepan777 merge
2012-06-06 unc0rr Not needed here
2012-06-05 Wolfgang Steffens Removed leftover FFP code: We should now be GL2 GLSL1.30+ forward compatible.
2012-06-05 unc0rr - Allow camera movement while current hedgehog is falling
2012-06-05 Wolfgang Steffens Merge
2012-06-04 Stepan777 here it is
2012-06-02 Xeli Android: added a callback to java to determine dpi/dip how much we should scale the ui
2012-05-22 Wolfgang Steffens Merge
2012-05-17 Xeli android typo/sabotage
2012-05-14 Wolfgang Steffens Replaced FFP code that sets up orthogonal projection with explicit matrix
2012-05-14 Wolfgang Steffens Refactored TTexture to allow encoding sprite(s) at an arbitrary location within
2012-05-12 unc0rr pas2c stuff again
2012-05-10 koda minor changes for warnings and a variables scope
2012-05-05 koda old typed const moved to their proper unit
2012-05-05 koda the scope cleanup continues...
2012-05-05 Xeli removed the default argument in uWorld
2012-05-05 Xeli fix breakage
2012-05-03 koda HAPPY 7000th COMMIT HEDGEWARS
2012-05-03 unc0rr Get rid of overloaded functions in uRenderUtils
2012-05-02 koda rename a few Draw* routines
2012-05-02 koda marked a couple of functions as inline
2012-05-02 koda add support for default pascal mode by removing default arguments value (maybe this also helps the parser)
2012-05-01 koda breaking news, we don't support typed consts anymore
2012-04-29 Xeli wops
2012-04-29 Xeli implement switch for the touch interface
2012-04-29 Xeli hide utilitywidget when changing turns, this also fixes some inconsistency when using targetting weapons
2012-04-29 Xeli target using the utility button, this fixes bee
2012-04-27 Xeli add ammoprop to enable to up and down buttons on for the touch interface
2012-04-24 unc0rr Get rid of overloaded functions in uAmmo
2012-04-23 Xeli fix the ammomenu F# buttons
2012-04-21 Xeli - Return of the F<numbers> in the ammomenu
2012-04-08 koda when focus is lost lower the volume to a minimum
2012-03-23 Xeli first part of the utilitywidget (grenade timer/swap hogs) code
2012-03-18 Xeli fix ammomenu, the cursor actually works now -_-
2012-03-18 nemo revert this until someone makes it not screw up camera focus
2012-03-17 Xeli touchinterface, move the up/down arrows a bit down
2012-03-17 Xeli You can now change AMAnimType to enable the animation through the x/y axis and alpha for example
2012-03-17 Xeli make ammomenu's speed dependent on RealTicks rather than frames
2012-03-13 Xeli allow for 0 values on AMShiftTarget, this allows for movement across one axis
2012-02-23 nemo Revert most of 033e4a8a9c74 and 9d501dc22f71 (see bug #362)
2012-02-18 Xeli moved the firebutton, added the AMWidget button and removed the forwardjump widget(it's longpress on backjump now)
2012-02-18 Xeli fixed the active region on widgets when they are animated, added active.x:= in uWorld too
2012-02-18 nemo Experiment. This has bugged me for a long time. Should be possible to tell a team with 1 health from a team with 0
2012-02-17 koda the most important commit of the year
2012-02-17 koda refactored a few types involved in the touch interface and corrected a few invisible mistakes
2012-02-16 Xeli move the aim buttons to be above the jump button
2012-02-16 Xeli added hide/show animation for the aiming keys (should animateWidget() be moved to another unit?)
2012-02-16 Xeli added translate/fade animations for OnScreenWidgets
2012-02-15 koda moved other widgets under the USE_TOUCH_INTERFACE, added pause button (at least, graphically...)
2012-02-15 koda small refactoring to touch screen buttons, use a record to store values, added 'offset' fields to adjust active button area
2012-02-13 koda update position of on screen buttons on resize
2012-02-12 koda add keywords for landscape ammomenu and touch interface
2012-02-08 nemo and oooone last off-by-1 in ammo menu
2012-02-07 Xeli fixed the blackpixel in the ammomenu, x,y in GetAmmoMenuTexture now initialized correctly
2012-02-07 Xeli prevent the cursor from being shown on the mobile version, and close the menu on tap when the tap is not on the ammo menu
2012-02-07 nemo slider tweak
2012-02-07 nemo Fixes slot sprite and ammo sprites overlapping left side border. There is still the issue that boxes should be 32px between borders, but right now they are 33px on all but the first row (since the outside border overlaps it by 1px) causing the slot sprite to have 2px of border on the left and 1px of border on the right.
2012-02-07 nemo Fix slider positions
2012-02-06 Xeli wops, too much copy pasting
2012-02-06 Xeli show buttons on the screen, similar to the iOS overlay
2012-02-06 nemo unbreak ammo menu
2012-02-05 nemo add individual hog healths to team health bar
2012-02-04 Xeli Rewrote the Ammomenu:
2012-01-28 Xeli koda/ammomenu on desktop fix!
2012-01-28 koda minor cleanup, gather AMSlotSize in uConsts
2012-01-28 Xeli added the background for the weaponnames in MOBILE
2012-01-28 Xeli fixed the weapon name position
2012-01-28 Xeli changed the ammomenu to be landscape for MOBILE, also tweaked the positions a bit, needs testing on iOS
2012-01-26 koda ios sanity restored: applied new paths for sdl projects, turned off fullscreen, added 3 lines of documentation, removal of sdl patch (every mod has been integrated mainstream)
2012-01-26 Xeli fixed the ammo menu on android, on tablets all weapons are 'choosable' and on phones I've moved the ammomenu up a bit
2012-01-17 lovelacer A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
2011-12-03 unc0rr No more nested functions in code
2011-11-27 unc0rr Countless imporvements to the parser and countless help to the parser in sources.
2011-11-24 koda GSoC 2011: Android port - merged mainstream
2011-11-17 koda yay, finally osx (and likely windows) fullscreen switch works like on linux! ALL textures had to be destroyed and recreated only after the new window got created. In other news, the new window must be cleaned with glClear to skip a first frame of garbage and AddProgress is only called the first time.
2011-11-14 nemo Remove a bunch of unnecessary nil checks. FreeTexture does its own nil check.
2011-11-12 koda iOS works again (also native touch interface \o/) hedgeroid
2011-11-12 Xeli merge...i think hedgeroid
2011-11-06 nemo Spread flakes out over 5 layers now (far back, mid distance, just behind land, just in front of lands and hog, near distance). Spread clouds out over 3 layers (far back, mid distance, just behind land). Add a flatten clouds option, use
2011-11-06 nemo not sure why this condition wasn't here before
2011-11-05 nemo Increase rarity of near flakes (don't want them intruding in game much). Also fix stereo. Near flakes were being drawn far.
2011-11-03 koda while formatting the ammomenu code i found out that it's simpler to move than i thought, and fixed a small glitch when animation was disabled
2011-10-31 sheepluva mikade's request: dont delete mission text/texture in HideMission() (so that it can still be looked at in ESC menu
2011-10-31 sheepluva fix HideMission()
2011-10-28 koda one dangerous merge hedgeroid
2011-10-17 nemo Use SkyL if SkyR is not included. Saves a bit of texture memory and removes some redundant files.
2011-10-16 koda merge the changes applied to 0.9.16
2011-10-08 nemo tweak Y movement
2011-09-25 Xeli merge hedgeroid
2011-09-24 koda disable the followgear vertical offset for small screen devices
2011-09-24 unC0Rr Fix a bunch of warnings (also improves speed a bit in 32 bit code)
2011-09-25 nemo merge from default. Pulls in sheepluva's frontend work, and unbreaks engine cmake. 0.9.16
2011-09-25 Xeli make the fire button appear only on android for now, I'll make it depend on a variable later on hedgeroid
2011-09-16 Xeli removed some commented lines hedgeroid
2011-09-16 Xeli merge hedgeroid
2011-09-11 nemo better?
less more (0) -120 tip