2013-03-18 |
nemo |
More flagging of Land values. Also use less than for tests of non-terrain, instead of "and $FF00 = 0". Saves a couple of ops, which actually matters a small amount in a few places.
|
file |
diff |
annotate
|
2012-12-25 |
koda |
update branch with default
webgl
|
file |
diff |
annotate
|
2012-11-30 |
Joe Doyle (Ginto8) |
Move global variables to units that use them
|
file |
diff |
annotate
|
2012-11-21 |
koda |
updated branch
webgl
|
file |
diff |
annotate
|
2012-11-14 |
unc0rr |
Engine loads fine with basic config
physfslayer
|
file |
diff |
annotate
|
2012-11-11 |
koda |
merge xymeng's gsoc engine with a few updates (and further checks on symbol definitions)
webgl
|
file |
diff |
annotate
|
2012-11-14 |
unc0rr |
Get rid of Pathz and UserPathz
physfslayer
|
file |
diff |
annotate
|
2012-08-31 |
sheepluva |
clean up LoadImage and UserPathz/AltPath/etc related redundancy by introducing 3 new functions in uStore.pas
|
file |
diff |
annotate
|
2012-08-18 |
nemo |
byte order
|
file |
diff |
annotate
|
2012-08-17 |
nemo |
This union hasn't been needed for 5 years, and makes using other headers harder.
|
file |
diff |
annotate
|
2012-08-15 |
nemo |
Poor visual gear value in theme now bears little resemblance to the number of gears actually spawned. But, it certainly shouldn't be related to LAND_WIDTH.
|
file |
diff |
annotate
|
2012-05-12 |
unc0rr |
pas2c stuff again
|
file |
diff |
annotate
|
2012-05-11 |
unc0rr |
sysutils -> SysUtils
|
file |
diff |
annotate
|
2012-05-11 |
unc0rr |
Make pas2c happier with uSound
|
file |
diff |
annotate
|
2012-05-09 |
nemo |
Reflects change in previous revision to uTypes
|
file |
diff |
annotate
|
2012-05-05 |
koda |
adjust the scope of a few uSound variables and functions
|
file |
diff |
annotate
|
2012-05-02 |
koda |
change every return value into a more pascal-ish form, using the name of the fucntion (helps the parser and macpas compaitilibity)
|
file |
diff |
annotate
|
2012-05-02 |
koda |
add support for default pascal mode by removing default arguments value (maybe this also helps the parser)
|
file |
diff |
annotate
|
2012-05-01 |
koda |
breaking news, we don't support typed consts anymore
|
file |
diff |
annotate
|
2012-02-17 |
koda |
the most important commit of the year
|
file |
diff |
annotate
|
2012-01-17 |
lovelacer |
A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
|
file |
diff |
annotate
|
2011-12-27 |
nemo |
Experiment in eliminating transparent white from LandPixels - I think it messes up on some graphics cards. Noticed a curious white border on a girder in a theme Randy is working on. At the very least it is slightly more efficient in the blit.
|
file |
diff |
annotate
|
2011-12-03 |
unc0rr |
No more nested functions in code
|
file |
diff |
annotate
|
2011-11-27 |
unc0rr |
Countless imporvements to the parser and countless help to the parser in sources.
|
file |
diff |
annotate
|
2011-11-06 |
nemo |
Set default water colours in greyscale mode in case the theme does not define them, decrement piano weapon on use
|
file |
diff |
annotate
|
2011-11-06 |
nemo |
Add missing grayscale conversions
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2011-11-05 |
nemo |
Flatten flakes for halloween theme, based on feedback from sheepluva
|
file |
diff |
annotate
|
2011-10-09 |
nemo |
oops
|
file |
diff |
annotate
|
2011-10-09 |
nemo |
Restrict slipperiness to girders and bridges. Make girders more obviously ice.
|
file |
diff |
annotate
|
2011-10-02 |
nemo |
Basic test implementation of an ice flag. Allows for slick parts of terrain. Intended for ice gun, or "ice" mask on portions of land objects.
|
file |
diff |
annotate
|
2011-09-09 |
nemo |
Remove some unused variables and options.inc which uFloat doesn't use, probably should never use, and was getting in the way of my testcase - but most importantly, remove the inline on hwSqrt which was causing very bad math on my compiler/machine. We may have to remove more inlining. A pity.
|
file |
diff |
annotate
|
2011-08-27 |
nemo |
Fix rounding error in sky colour causing visible lines
|
file |
diff |
annotate
|
2011-08-22 |
nemo |
Free land texture, reset sky colour.
|
file |
diff |
annotate
|
2011-07-24 |
nemo |
Add grayscale option for 3d, helps with colour clashing
|
file |
diff |
annotate
|
2011-06-14 |
nemo |
Oops. Forgot an assignment.
|
file |
diff |
annotate
|
2011-06-13 |
nemo |
Enable ~/.hedgewars/Data (or platform equivalent) to override/extend pretty much everything in system Data dir. Obviously desyncing can occur, so this is at user's own risk. Should simplify map etc install. Needs testing.
|
file |
diff |
annotate
|
2011-06-02 |
nemo |
Don't need to check for this case
|
file |
diff |
annotate
|
2011-06-02 |
nemo |
Experiment in making the land less jagg-y
|
file |
diff |
annotate
|
2011-04-27 |
unc0rr |
Fix "Mixing signed expressions and longwords gives a 64bit result" warnings
|
file |
diff |
annotate
|
2011-04-20 |
koda |
and now for something completely different, overlay refactoring!
|
file |
diff |
annotate
|
2011-03-16 |
Henek |
should probably fix broken flakes, my bad
|
file |
diff |
annotate
|
2011-03-01 |
koda |
Happy 2011 :)
|
file |
diff |
annotate
|
2011-01-17 |
koda |
code cleanup
|
file |
diff |
annotate
|
2011-01-12 |
Henek |
added rq-sky to themes so it can set sky color for low quality. also added tint of sky on sudden death. underwater theme is an example of this
|
file |
diff |
annotate
|
2011-01-01 |
Henek |
added flake configuration also in sudden death and SDClouds for underwater
|
file |
diff |
annotate
|
2010-12-31 |
Henek |
sudden death changes: only change visual bit on health decrease and support for water transparancy change and clouds number change
|
file |
diff |
annotate
|
2010-12-30 |
Henek |
added also splash and droplets to sd and refactored theme.cfg, not all themes updated
|
file |
diff |
annotate
|
2010-12-24 |
nemo |
Disable gtFlake on bordered maps
|
file |
diff |
annotate
|
2010-12-23 |
nemo |
apparently some sanity checks are needed here. christmas theme object dimensions are crashing placement
|
file |
diff |
annotate
|
2010-12-22 |
nemo |
fix desync in snow
|
file |
diff |
annotate
|
2010-12-22 |
nemo |
minor visual tweaks to snow
|
file |
diff |
annotate
|
2010-11-21 |
unc0rr |
uDebug
|
file |
diff |
annotate
|
2010-11-20 |
unc0rr |
Move land hash checking into commands
|
file |
diff |
annotate
|
2010-11-18 |
unC0Rr |
Haven't found a better place than uIO for OutError
|
file |
diff |
annotate
|
2010-11-18 |
unC0Rr |
Move some stuff from uMisc to uUtils
|
file |
diff |
annotate
|
2010-11-17 |
unc0rr |
uLand isn't that important to them
|
file |
diff |
annotate
|
2010-11-17 |
unC0Rr |
Move variables from uMisc to uVariables
|
file |
diff |
annotate
|
2010-11-17 |
unC0Rr |
Introduce unit uTypes in order to remove some cyclic unit dependencies
|
file |
diff |
annotate
|
2010-11-07 |
unc0rr |
REmove stupid int64 conversions, provide real fixes to compiler hints
|
file |
diff |
annotate
|
2010-10-14 |
koda |
less warning, no rotation glitch, more comments
|
file |
diff |
annotate
|
2010-10-07 |
nemo |
bug #83 - move test of disabled land objects into AddObjects
|
file |
diff |
annotate
|
2010-08-24 |
smaxx |
Engine:
|
file |
diff |
annotate
|
2010-07-31 |
koda |
remove trailing spaces from end of line
|
file |
diff |
annotate
|
2010-07-13 |
koda |
save the gl client state to get a nice 80% fps boost
|
file |
diff |
annotate
|
2010-06-30 |
koda |
partially removing DOWNSCALE ifdef -- only two remain and their removal requires dynamic allocation (btw this breaks low quality mode)
|
file |
diff |
annotate
|
2010-06-20 |
nemo |
This reduces CheckLand ~5.5% on average over prior making the overall reduction ~77.4% instead of ~81.9%. It does skip centre pixel in odd w/h, but that really shouldn't matter much in this case. Can alter if any objects are noticeably off.
|
file |
diff |
annotate
|
2010-06-20 |
nemo |
Remove redundant test, add some temp variables to speed up the expensive CheckLand
|
file |
diff |
annotate
|
2010-06-18 |
nemo |
rename flags
|
file |
diff |
annotate
|
2010-06-17 |
koda |
now it's possible to select the scheme file in the ifrontendfix a type about loading an image (iphone file system IS case senstive)
|
file |
diff |
annotate
|
2010-06-17 |
nemo |
Make land types flagged (to allow stacking future attributes such as indestructible ice, but also for a damaged flag)
|
file |
diff |
annotate
|
2010-05-16 |
koda |
update sdl functions to latest revision
|
file |
diff |
annotate
|
2010-05-02 |
smxx |
Engine:
|
file |
diff |
annotate
|
2010-04-01 |
nemo |
Update (c) lines to 2010 as unc0rr requested - they all had varying values so I just took the first year mentioned, then tacked on -2010
|
file |
diff |
annotate
|
2010-03-29 |
koda |
just some very sane stuff for the iphone port (plus some macro on pascal files)
|
file |
diff |
annotate
|
2010-03-26 |
nemo |
Eliminate flake kick on themes with no flakes, more than 200 flakes (city) or explosions of 25 or smaller
|
file |
diff |
annotate
|
2010-03-24 |
nemo |
Use MAXTHEMEOBJECTS instead of Count which appears to be 0 at this point.
|
file |
diff |
annotate
|
2010-03-23 |
nemo |
Free land object SDL surfaces.
|
file |
diff |
annotate
|
2010-03-06 |
unc0rr |
Replace tabs with spaces using 'expand -t 4' command
|
file |
diff |
annotate
|
2010-03-01 |
smxx |
Engine:
|
file |
diff |
annotate
|
2010-02-25 |
nemo |
Palewolf tweaks map object placement some more.
|
file |
diff |
annotate
|
2010-02-09 |
nemo |
Palewolf's patch to allow controlling proportion of various objects in themes. Desert and Nature have non-default values
|
file |
diff |
annotate
|
2010-02-04 |
smxx |
Server:
|
file |
diff |
annotate
|
2010-01-24 |
koda |
fix a nasty 196 bytes memory leak in engine, plus other stuff for iphone frontend
|
file |
diff |
annotate
|
2010-01-18 |
koda |
replace initialization/finalization statements with custom init functions
|
file |
diff |
annotate
|
2010-01-14 |
koda |
makes freepascal code compatible with OBJFPC mode
|
file |
diff |
annotate
|
2010-01-03 |
koda |
smaller patches, one missing Sky-lowres, IMG_Init and Mix_Init (might require newer libraries), updates to SDL bindings, code cleanup, new compile flags
|
file |
diff |
annotate
|
2009-11-29 |
unc0rr |
Smaxx patch with tuning by me:
|
file |
diff |
annotate
|
2009-11-20 |
koda |
revamped file access and debug display
|
file |
diff |
annotate
|
2009-11-05 |
koda |
revert previous commit to remove a wip patch
|
file |
diff |
annotate
|
2009-11-05 |
koda |
update themes cmakefiles to use GLOB instead of listing all the files
|
file |
diff |
annotate
|
2009-11-05 |
koda |
move compiler directives to standard pascal
|
file |
diff |
annotate
|
2009-10-29 |
koda |
fix missing land on ppc
|
file |
diff |
annotate
|
2009-09-10 |
nemo |
Strip trailing spaces
|
file |
diff |
annotate
|
2009-07-26 |
nemo |
Make all theme numbers proportional to map MaxHedgehogs. This should mean the numbers should be as in past for 18 hedgehog map
|
file |
diff |
annotate
|
2009-07-24 |
nemo |
Add water opacity to theme - defaulting to 50% opaque on all themes but Eyes (80%) and Underwater (100%)
|
file |
diff |
annotate
|
2009-06-18 |
nemo |
Smaxx refactor of LoadImage to use flags, iphone changes by koda (mostly use of rgba instead of rgb)
|
file |
diff |
annotate
|
2009-06-11 |
unc0rr |
Patch by koda:
|
file |
diff |
annotate
|
2009-03-26 |
unc0rr |
patch by nemo: water bouncing + some tweaks
|
file |
diff |
annotate
|
2009-03-22 |
unc0rr |
use glVertexPointer to render water
|
file |
diff |
annotate
|
2009-03-22 |
unc0rr |
Apply koda's OpenGL ES compatibility patch
|
file |
diff |
annotate
|
2009-03-08 |
unc0rr |
patch by nemo
|
file |
diff |
annotate
|
2009-02-17 |
unc0rr |
Clouds fixes by nemo
|
file |
diff |
annotate
|
2009-02-14 |
unc0rr |
engine part of nemo's patch
|
file |
diff |
annotate
|
2009-01-29 |
unc0rr |
- nemo's patch for custom cave map dimensions
|
file |
diff |
annotate
|
2009-01-27 |
unc0rr |
nemo's template patch (invertion)
|
file |
diff |
annotate
|
2009-01-25 |
unc0rr |
Apply nemo's world resize patch
|
file |
diff |
annotate
|
2008-09-19 |
unc0rr |
- Unbreak previously broken themes
|
file |
diff |
annotate
|
2008-09-19 |
unc0rr |
Fix bug #61 http://fireforge.net/tracker/index.php?func=detail&aid=61&group_id=11&atid=125
|
file |
diff |
annotate
|
2008-09-12 |
unc0rr |
Allow theme to set custom water color
|
file |
diff |
annotate
|
2008-08-10 |
unc0rr |
Enable back rendering objects that are put on top of land texture
|
file |
diff |
annotate
|
2008-08-08 |
unc0rr |
Step 5: Finally... we have theme objects with alpha-channel!
|
file |
diff |
annotate
|
2008-08-08 |
unc0rr |
- Fix previous commit
|
file |
diff |
annotate
|
2008-08-08 |
unc0rr |
Allow theme-customizable water and girder
|
file |
diff |
annotate
|
2008-08-08 |
unc0rr |
Step 4: repair girder rendering (girder is 32bit now)
|
file |
diff |
annotate
|
2008-08-08 |
unc0rr |
Step 3: Maps are rendered correctly, but without objects yet
|
file |
diff |
annotate
|
2008-08-08 |
unc0rr |
Step 2: painted maps loading correctly
|
file |
diff |
annotate
|
2008-08-08 |
unc0rr |
Start implementing support for 32bit sprites concerned in map generation process.
|
file |
diff |
annotate
|
2008-08-06 |
unc0rr |
Fix small glitch when placing girder on map
|
file |
diff |
annotate
|
2008-07-27 |
unc0rr |
- Add ability to choose clouds number in theme config file
|
file |
diff |
annotate
|