hedgewars/uRender.pas
2019-05-23 alfadur improve rope rendering
2019-03-06 nemo remove one of the 2 tint inlines
2018-11-23 nemo overall, using LongInt for leftX/rightX results in fewer casts, since most comparisons are against ints.
2018-09-11 unc0rr Make rendering work qmlfrontend
2018-07-30 Wuzzy Fix freeze ray not working through wrap world edge; add DrawLineWrapped
2018-07-17 Wuzzy Switch from http:// to https:// URLs where possible
2018-07-17 Wuzzy Add proper exit codes when halt-ing hwengine due to error
2018-01-31 alfadur Machinegun. also tweaked ignore
2018-01-07 sheepluva fix crosshair rendering in GL2 mode
2018-01-07 sheepluva also put GL2 fixes into default
2018-01-06 sheepluva fix issues and my past sins with GL2 qmlfrontend
2018-01-05 unc0rr Fix missing includes for GL2 build qmlfrontend
2017-12-16 unc0rr Merge default. This branch is up-to-date and code is working. qmlfrontend
2017-09-30 sheepluva fix some fpc hints
2017-04-18 KoBeWi Change water speed range for better precision
2017-04-18 KoBeWi Fix broken sprites on animated water edges
2017-04-08 KoBeWi Fix bad water flow animation
2017-04-08 KoBeWi Water can now be animated
2017-01-15 alfadur code changes to make the new bat animation work
2016-05-17 unc0rr Merge default qmlfrontend
2016-05-15 sheepluva implement Trim() in uUtils
2016-05-15 sheepluva drop SysUtils inclusion from 5 files where it is not needed anymore
2016-05-03 unc0rr ansistring, not Ansistring
2016-05-03 unc0rr I heard we switched to physfs
2016-05-03 koda Avoid using an undeclared variable
2015-11-16 unc0rr Merge default (add a bunch of FIXMEs) qmlfrontend
2015-11-14 koda Drop all GLUT references sdl2transition
2015-11-07 sheepluva merge orphan head (while discarding all its changes) to make koda and his hg-git happy
2015-09-11 sheepluva merge
2015-09-11 sheepluva simplify code ios-revival
2015-09-10 antonc27 - ifdef for IPHONEOS in glLoadExtension ios-revival
2015-09-10 sheepluva merge branch ios-revival into default
2015-08-08 antonc27 - Another fix for uRender.pas ios-revival
2015-08-08 antonc27 - Fix for compiling 'uRender.pas' ios-revival
2015-09-03 unc0rr Merge default qmlfrontend
2015-08-10 sheepluva more copyright fixes
2015-07-09 nemo Fix build w/o S3D and video recording. untested.
2015-05-22 nemo don't decrement 0 timer for air mines...
2015-04-02 unc0rr - Merge default qmlfrontend
2015-03-24 sheepluva still messing with rendering
2015-03-24 sheepluva rendering tweaks cont.
2015-03-24 sheepluva rendering tweaks cont.
2015-03-24 sheepluva rendering tweaks/cleanup cont.
2015-02-07 unc0rr merge with default qmlfrontend
2015-07-09 nemo Fix build w/o S3D and video recording. untested. 0.9.21
2014-12-30 Gianfranco Costamagna Fix arm* build failures
2014-12-02 unc0rr merge default qmlfrontend
2014-11-23 sheepluva fix for issue 234 - the framebuffers for side-by-side and top/bottom had alpha channels. so when sprites with alpha were blended into the framebuffer it would blend the sprite pixel alpha with the fb pixel alpha
2014-11-18 unc0rr merge default qmlfrontend
2014-11-14 unC0Rr Fix warnings given by 32-bit fpc
2014-10-02 sheepluva another small rendering tweak/fix
2014-10-02 sheepluva simplify {$IF that pas2c did not seem to understand
2014-10-02 sheepluva also fix top/bottom and side-by-side rendering (got also broken in webgl branch)
2014-09-12 unc0rr - Fix arguments parsing in engine assuming paramcount > 0 qmlfrontend
2014-07-06 sheepluva some adjustments and support for mirrored world rendering. disabled atm though, I think it is more confusing than helping
2014-07-05 sheepluva WIP: weSea tweaks, functional and visual
2014-06-18 sheepluva fix search&replace whoopsy
2014-06-18 sheepluva cleanup and lol
2014-06-18 sheepluva move DrawWaves to uRender
2014-06-18 sheepluva more tweaking
2014-06-18 sheepluva reuse buffers
2014-06-18 sheepluva render tweaks
2014-06-18 sheepluva tweak/refactor how water is drawn
2014-06-17 sheepluva tweak code of DrawTextureFromRectDir a bit, removing issue with different x offset depending on dir. also removing the workaround wrt that issue in the frozen hog code
2014-06-17 sheepluva little visual tweak to weSea rendering
2014-06-16 sheepluva various tweaks
2014-06-15 sheepluva tweak engine segfault capabilities
2014-06-15 sheepluva fix videorec build
2014-06-14 sheepluva clean up halting a little
2014-06-14 sheepluva fix gl2 build, further rendering cleanup WIP, also new chat command: /debugvl
2014-06-14 sheepluva huh? me? nono, don't mind me. I'm just here to clean up.
2014-06-13 sheepluva some rendering tweaks
2014-06-11 sheepluva fix hint and gl2 build. NOTE: this does not change that GL2 segfaults right away. that is an issue that dates back at least 50 commits, but most likely even back to the webgl merge. I guess nobody actually tried to run hedgewars in GL2 since back then :P
2014-06-10 sheepluva RAR: cleaning up a bit of the IFDEF-clusterf*ck
2014-06-10 sheepluva some minor tweaks and stuff
2014-06-04 sheepluva tweak untint a little (especially in connection with GrayScale)
2014-02-04 sheepluva update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
2014-01-21 koda merge
2014-01-19 sheepluva small tweak/hax for blurry land to make tile borders vanish (when clamping is off)
2014-01-21 koda partial merge of the webgl branch
2014-01-17 sheepluva update copyright to 2014
2014-01-04 unc0rr merge default webgl
2013-12-13 unc0rr This seems to be enough to fix the bug with sprGirder rendered in stripe
2013-11-01 unc0rr - Bring back white dot in the center of crosshair. Crosshair is blurred now!
2013-10-19 nemo differentiate borders a bit
2013-06-18 unc0rr engine links webgl
2013-06-04 koda update branch webgl
2013-05-29 unc0rr bump copyright year for Andrey entries
2013-04-02 koda update webgl branch webgl
2013-03-03 Urbertar Fix DrawLine bug
2013-02-25 nemo Messing around w/ Freezer icegun
2012-12-25 koda update branch with default webgl
2012-11-30 Joe Doyle (Ginto8) Move global variables to units that use them
2012-11-11 koda merge xymeng's gsoc engine with a few updates (and further checks on symbol definitions) webgl
2012-07-10 Wolfgang Steffens Debug commit
2012-07-10 Wolfgang Steffens Added auto cropping to atlasing
2012-06-05 Wolfgang Steffens Removed leftover FFP code: We should now be GL2 GLSL1.30+ forward compatible.
2012-05-28 Wolfgang Steffens moved generic matrix code to uMatrix.pas
2012-05-22 Wolfgang Steffens Replaced matrix related FFP code with explicit matrix calculations.
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-05 koda old typed const moved to their proper unit
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-02-18 Xeli fixed the active region on widgets when they are animated, added active.x:= in uWorld too
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 wops, added an extra USE_TOUCH_INTERFACE
2012-02-16 Xeli added translate/fade animations for OnScreenWidgets
2012-01-17 lovelacer A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
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-11 nemo Dir should not be 0, but set it to 1 if 0 in case I missed some other place this was done. Also correct cloud scaling.
2011-11-11 nemo If I'm going to be arbitrary about it, might as well go for the more minimal arbitrariness
2011-11-10 nemo unsquash the rescaled clouds
2011-08-14 koda smaller code cleanup
2011-08-14 nemo Shrink number of circle points to 60, reenable seduction circle (no longer crashes)
2011-08-14 unc0rr Use local scope global var instead
2011-07-24 nemo Add grayscale option for 3d, helps with colour clashing
2011-06-12 nemo Skip droplets if plain splash is enabled, add a sanity check just in case.
2011-03-01 koda Happy 2011 :)
2010-12-03 nemo make Tint(longword) use RGBA
2010-12-03 nemo trying to get tint to behave more as I expect. need to ask Smaxx what he intended here, to avoid too many pointless colour calls
2010-11-26 nemo Add a visual gear for drawing circles. Intent is to allow specifying areas on map for lua scripts (such as to indicate a location to go to). Could also be used to, say, circle a hog in CTF. Also add a "Critical" flag for visual gears so a gear flagges as such will always be created.
2010-11-20 unc0rr Introduce uGearsRender
2010-11-18 unC0Rr Introduce uRender
less more (0) tip