2012-07-20 unc0rr Replace stupid 'mod' with 'and'
2012-07-20 koda ooops (and indentation)
2012-07-20 koda press 8 to mute audio while ingame
2012-07-20 unc0rr mod operator is so stupid in pascal
2012-07-20 nemo oh yeah, these too
2012-07-19 nemo Fix TARDIS, make switcher work w/ the new more stringent check.
2012-07-19 nemo Update team health
2012-07-18 unc0rr Start TestCake
2012-07-18 koda allow FPFLAGS and GHFLAGS only in cmakes able to support them
2012-07-17 nemo what the heck, let's add a few more
2012-07-16 unc0rr - Check for harmful gear deletions
2012-07-16 unc0rr Use gmDestroy message instead
2012-07-15 nemo Fix bug in resurrector deleting graves (exists in stable too), remove some unnecessary assignments due to the fillchar 0
2012-07-13 Stepan777 Correctly distinguish between game and real ticks while recording video,
2012-07-15 nemo Apparently order of multiple getrandom in params is undefined. Also remove broken and pointless getrandom call.
2012-07-13 Stepan777 merge
2012-07-15 nemo Sorry about the slight delay in pickup. You can blame a few lame cheaters. This is to make their cheating a bit harder.
2012-07-13 unc0rr Catch all exceptions in clientSendLoop. If there could something besides IOException be thrown there, that would explain ping timeouts server issue.
2014-01-09 unc0rr Filter sprSDFlake too, so engine could pass initialization gl2
2012-07-10 Stepan777 Fix bug with isInLag picture displayed at end of some videos.
2012-07-12 unc0rr Don't consider moving hedgehogs in place rating in after attack mode
2014-01-09 Wolfgang Steffens Import temp.diff which is a try to fix glitches with textures edges gl2
2012-07-10 Stepan777 merge
2012-07-12 unc0rr When removing a record, set selection on the next item in the list
2014-01-09 unc0rr Wolfgang Steffens's gl2 and atlas branch gl2
2014-06-18 sheepluva closing wosteffs ancient debug commit head. default branch has been a dual-headed monster for long enough IMO
2012-07-09 Stepan777 fix bug with desynced camera positions
2012-07-12 nemo Reduce number of walk bonuses further, doubt even 128 are needed. Fix count reset.
2012-07-10 Wolfgang Steffens Debug commit
2012-07-09 Stepan777 rework saving of camera positions so there is no need to know framerate during prerecording.
2012-07-12 nemo Tell AI to avoid edges, especially ones over water (this does not include checking whether a knock could drown yet). Also make flakes pick a new random dx/dy on respawn to further reduce patterns. Also disable a couple of weapons for the particularly dumb AI levels, and disable switching for the dumbest.
2012-07-10 Wolfgang Steffens Merge
2012-07-09 Stepan777 merge
2012-07-10 nemo Spread the droplets around more so it looks less square (looked especially bad with piano). Slow down large splashes a bit for dramatic purposes, also taking low-g into account. Small splashes you can't really tell anyway.
2012-07-08 Stepan777 First try to use framebuffer, instead of auxilary buffer.
2012-07-08 unc0rr Introduce uGearsHandlers.pas, for now only part of cake handlers is moved there
2012-07-08 Stepan777 Move SDL_GetTicks() to another place, maybe this will fix sound desync.
2012-07-08 nemo A bit more convoluted, but more attractive visually
2012-07-08 Stepan777 merge
2012-07-08 nemo Insert at front of same Z, not end. Saves a little time on insertion and lua lookup of recent adds.
2012-07-07 Stepan777 fix alpha channel in image rescaling
2012-07-08 nemo Draw bombs behind plane
2012-07-07 Stepan777 Fix thumbnails. On some OpenGL implementations they weren't working.
2012-07-08 unc0rr Fix rare condition when hog's gear stucks in an infinite loop which adds 1 to its Y coordinate not checking for drowning
2012-07-07 Stepan777 fix frontend for ffmpeg 0.7.13
2012-07-08 nemo Intended to help on bottom border maps or "red" maps - don't assume erasure if there is indestructible land below the hog
2012-07-07 Stepan777 Fix compilation of hwengine on ffmpeg 0.7.13.
2012-07-26 Medo Hedgeroid: Major overhaul of the network connection code. Now it is threaded and
2012-07-08 nemo Score AI resurrection as a kill. These values will not be the same as the in-game scoring, since in-game scoring doesn't count friendlies.
2012-07-07 Stepan777 fix for older ffmpeg (0.7.13)
2012-07-24 Medo Hedgeroid: Misguided attempts at getting the connection lifecycle right.
2012-07-07 kjpou1 remaining files for the Danish translation
2012-07-06 Stepan777 When there are videos that are being encoded and user tries to quit display dialog with warning.
2012-07-22 Medo Hedgeroid: Reworked player and room lists, added menus, added playername query
2012-07-07 unc0rr - Check ready status only after deleting player's teams (should fix the bug when you're unable to start game)
2012-07-06 Stepan777 When compiling with sdl2 use it instead of glut for creating hidden window (as suggested by koda).
2012-07-21 Medo Hedgeroid: More work on the lobby activity
2012-07-07 nemo Limit firepunch/whip drowning checks to max AI, bat to top 2 levels.
2012-07-06 Stepan777 merge
2012-07-19 Medo Hedgeroid: Lobby activity improvements
2012-07-07 nemo unbreak grayscale
2012-07-19 Medo Hedgeroid: Modified detection of assets on SD card (should be more reliable)
2012-07-05 unc0rr It is global var
2012-07-19 Medo Hedgeroid: Got the roomlist working... more or less.
2012-07-05 unc0rr Fix crash when hedgehog dies while switching from it
2012-07-19 Medo Re-Added the commandline client, but it's not compilable agains the latest frontlib
2012-07-04 nemo free up power for use by script
2012-07-19 Medo frontlib:
2012-07-04 nemo Allow script to set number of ammo in a crate. untested.
2012-07-18 Medo frontlib: Fix onRoomUpdateCb receiving a null pointer
2012-07-03 unc0rr - Don't call Length() on variable size arrays
2012-07-17 Medo Hedgeroid: Fixed multitouch breakage
2012-06-29 unc0rr Properly convert taking address of function with var parameters
2012-07-17 Medo Hedgeroid: Chat and player list work now, but everything is very much WIP
2012-06-29 unc0rr Well, since we have database on the same computer as game server, could remove caching, but I just set expiration time to 10 minutes
2012-07-16 Medo Hedgeroid: Layout experiments for the lobby page
2012-06-29 unc0rr Don't produce unnecessary and erroneous defines
2012-07-10 Medo Hedgeroid: Added experimental lobby chat
2012-06-29 xymeng Fix the function definition issue so the function pointer format now looks correct.
2012-07-10 Medo Hedgeroid: Simplified some code
2012-06-28 unc0rr Tiny optimization + formatting fix
2012-07-10 Medo frontlib: Added missing disconnect case
2012-06-28 unc0rr Convert function with var parameters declarations into #define + function which accepts pointers
2012-07-10 Medo frontlib: Added the NDK build file for Android
2012-06-28 unc0rr - Try sending remove message in 'finally' as a last resort
2012-07-10 Medo frontlib: Renamed cfg to scheme, Un-refcounted some types, small API adjustments
2012-06-27 nemo ocd
2012-07-05 Medo Improved asset moving time by an order of magnitude (3s vs. 25s on my device)
2012-06-27 unc0rr Prepare to handle passing by reference
2012-07-04 Medo frontlib: Improved and unified parameter checking, moved the cmdlineClient out
2012-06-27 unc0rr Remove trailing spaces
2012-06-27 Medo frontlib: Fixes and improvements. Added a GPLv2+ license header to all frontlib
2012-06-27 nemo Use toUtf8 instead TODO - find out 'sactly what the website is using for hashes.
2012-06-27 Medo Merge
2012-06-27 sphrix Missions localisation
2012-06-27 nemo More efficient
2012-06-27 nemo oops
2012-06-27 nemo Another try at the trace with more aggressive optimisation. Also tweaked the radial gradiant a bit to match the original more
2012-06-27 nemo This is necessary because commands can contain 0s, and StrPas used by LuaPas halts at the first 0. It might be necessary to change the base string handling.
2012-06-26 Stepan777 Here they come - thumbnails.
2012-06-27 nemo Extend TARDIS away time a bit (minimum, range) to make it a bit more useful. Remove a couple of unused variables.
2012-07-10 Wolfgang Steffens Added auto cropping to atlasing
2012-06-26 Stepan777 merge
2012-06-26 koda updated ios project file
2012-06-25 Wolfgang Steffens GL1.x fixes
2012-06-26 nemo Quick inkscape trace + a radial gradiant glow on the hedgewars logo. Perhaps it'll encourage Tiy to provide the vector original.
2012-06-25 Wolfgang Steffens Merge
2012-06-26 unc0rr Don't set erasing flag when it is unnecessary so hwmap could compress better
2012-06-25 Wolfgang Steffens using atlas for rendering now
2012-06-26 nemo er. this one too
2012-06-25 Wolfgang Steffens made surface retaining mandatory
2012-06-25 Stepan777 merge
2012-06-26 nemo Add green mask for anti-portal areas on custom maps. Flagged as Bouncy since it is intended for that general use. Needs testing.
2012-06-25 Wolfgang Steffens added missing uBinPacker.pas and uAtlas.pas
2012-06-25 Wolfgang Steffens retaining SDL surfaces in order to allow recreating atlases from scratch without
2012-06-25 nemo Update contributor e-mail address
2012-06-25 Stepan777 Restore almost old TCPBase behaviour
2012-06-25 Wolfgang Steffens Merge
2012-06-25 nemo oops
2012-06-24 Stepan777 remaining IFDEFs
2012-06-25 unc0rr oops
2012-06-24 Stepan777 merge
2012-06-25 nemo oops
2012-06-24 Stepan777 correctly fix odd dimensions (it was incorrectly fixed in previous commit)
2012-06-24 nemo These 2 need masks now
2012-06-24 Stepan777 pagevideos is now much better that before:
2012-06-24 unc0rr Fix completely broken RateHammer
2012-06-24 Stepan777 merge
2012-06-24 nemo Sanity limits.
2012-06-24 nemo Another take at prettier crate appearance
2012-06-27 Medo frontlib: Getting there :) Added commandline client for testing
2012-06-24 nemo Try to use TestCollExcludingMe a bit less - the flag bit is a bit (heh) more accurate.
2012-06-25 Medo frontlib: Using macros for simplification of callbacks
2012-06-24 nemo Second part of the change. Make collision check use the new mask bit.
2012-06-24 Medo frontlib: Intermittent commit. Things are still in flux but we're getting there :)
2012-06-24 nemo Step 1. Add current hedgehog as top bit of bottom byte.
2012-06-21 Medo More progress on the netplay part of the frontlib
2012-06-23 unc0rr - Fix cake bug introduced in r2ccfc93c6b5e
2012-06-19 Medo Merge
2012-06-22 unc0rr Swap order of actions
2012-06-18 unc0rr Output log to stdout instead of stderr
2012-06-18 unc0rr Oops, forgot this
2012-07-23 belphegorr Added a new function: AddNewEvent, which only adds an event to the list if it doesn't already exist. Kept the old one as it might me useful to be able to add an event more than once.
2012-06-18 unc0rr set(LUA_LIBRARY lua.dll) for win32 builds
2012-07-20 belphegorr Placed hiding hogs at the end of StartMission in Mission 3
2012-06-17 unc0rr BindsModel
2012-07-20 belphegorr Added localization
2012-06-17 unc0rr - Move colorsModel to appropriate place
2012-07-20 belphegorr Modified DrawGear so that it doesn't draw the gear when it has message gmRemoveFromList (it was causing havoc when I used HideHog as it could not access the position of the hog)
2012-06-17 koda CROSSAPPLE ftw
2012-07-16 belphegorr Fixed a visual gear in Mission 5
2012-06-17 unc0rr This should fix default hogs names in network game
2012-07-16 belphegorr Added fifth mission and fixed minor control bug with mission 4
2012-06-16 unc0rr Catch all types of exceptions in recv thread. Should probably help with ghosts problem, though I have no idea which else kind of exception could arise there.
2012-07-10 belphegorr Fixed a bug where certain ammo types were added to the wrong hogs.
2012-06-14 unc0rr AI loves to jump
2012-07-10 belphegorr Reduced mission 4 difficulty (enemy health and level) and fixed a bug where hogs would comment on the death of Dense Cloud eve though he isn't added
2012-06-13 koda ios: disable some warnings
2012-07-08 belphegorr Changed a ShowMission in Mission 4
2012-06-13 koda it was inevitable
2012-07-08 belphegorr Modified frontend so that updating campaogn progress no longer changes current index of the mission combo box
2012-06-13 koda ios: explain why setting a style disables schemes and/or weapons sometimes
2012-07-06 belphegorr Modified Animate.lua function AnimMove to take highercase direction (e.g. "Left")
2012-06-13 koda ios: for mission configuration, use the bundled cfg file instead of providing plist files
2012-07-06 belphegorr Modified Mission 4: reduced second wave health, reduced some ammos, added some ammos, added reaction to hog death, added reaction to second wave of hogs
2012-06-13 koda add default cfg files for uniformity in missions
2012-07-06 belphegorr Increased turn time to 40
2012-06-12 Stepan777 fix very stupid bug :)
2012-06-13 koda DPI for everyone
2012-07-05 belphegorr Reduced number of crates on the challenge in mission 1, fixed an error with mission 3 (at the end)
2012-06-11 Stepan777 1. Implement new page in frontend with options for video recording.
2012-06-19 Medo frontlib: Started work on the server connection code
2012-06-13 nemo LUA_FOUND should surely be set only if the system lua was found.
2012-07-05 belphegorr Reduced ammo count on Mission 2
2012-06-11 Stepan777 merge
2012-06-15 Medo Changed frontlib to use the existing ini file formats of the QtFrontend
2012-06-13 nemo Couple of missed sections from last time. Shield is still a bit odd
2012-07-05 belphegorr Modified some crate positions, added sound to teleports, fixed loc errors...
2012-06-12 Medo frontlib: Rewrote the ini helper code, finished ini reading/writing support for all relevant file types
2012-06-10 koda reorganize options.inc a little
2012-07-05 belphegorr Added localization and changed primary team color.
2012-06-12 Medo Cleanup, refactoring and generally more development in the frontlib
2012-06-10 koda uniform NOPNG and NOSERVER cmake symbols
2012-07-04 belphegorr Added Mission 4: United We Stand
2012-06-10 Medo Merge
2012-06-10 koda sed 's/\t/ /g' CMakeLists.txt
2012-07-03 belphegorr Set the choice constants to the correct values (1-3 instead of 0-2).
2012-06-10 nemo Ensure that Clan ammo always takes precedence over Per Hog Ammo in the flags. It'd be best for the user sake if these buttons acted more like radio buttons.
2012-07-01 belphegorr Removed some debugging lines I forgot to remove.
2012-06-09 nemo disable this debug too
2012-07-01 belphegorr Added mission 3: The Journey Back
2012-06-09 nemo Remove debug pixel draws, skip tracing on own shoved hogs. Should speed things up allowing more evaluations of stuff.
2012-06-29 belphegorr Fixed some bugs with Mission 2 and Animate.lua.
2012-06-09 unc0rr TestBaseballBat
2012-06-25 belphegorr Fixed a bug in Mission 2, where hidden hogs appeared before getting deleted on losing the game.
2012-06-09 unc0rr - Adjust some consts so whip and firepunch work perfectly
2012-06-25 belphegorr Changed color of the "Natives" team to make it more visible and reduced difficulty of the "easy" challenge in the first mission.
2012-06-09 nemo Ignore all objects for fall tracing with shove to avoid considering checkins as obstacles. many objects will get knocked by the kick anyway, so end result should be pretty good. Oh, and ditch the sniper rifle doubling.
2012-06-25 belphegorr Fixed a bug where, after finishing a campaign mission, the user needed to reselect the team in the frontend in order to see the next mission.
2012-06-09 nemo Double sniper rifle damage (AI seems unaware of second shot, when playing). Spread out flakes along X when looping and add a little Y variation. This avoids noticeable patterns. Especially on the rarer close layer or dense flakes like rain (for Y)
2012-06-25 belphegorr Added the helper script I forgot to add last time
2012-06-09 unc0rr - Fix damage calculation in TestSniperRifle, aim a bit lower to compensate initial angle shift in sniper rifle. As a result, AI seems to never fail sniper rifle shots.
2012-06-25 belphegorr Copied the first two campaign missions and the helper script into share/hedgewars/Data/
2012-06-09 Xeli restore fpc 2.4.2 compatibility
2012-06-25 belphegorr The first campaign commit with a lot of changes...
2012-06-08 unc0rr New bright and shiny TestFirepunch which actually works
2012-06-08 Xeli fix shift key by disabling the key modifiers for now
2012-06-07 Stepan777 1. Add IFDEFs for video recording
2012-06-08 unc0rr - TestSniperRifle ftw (still needs some consts adjustments, because AI seems to love sniper rifle too much)
2012-06-07 Stepan777 merge
2012-06-08 unc0rr Check for gstHHDriven instead of damage check, so ballgun stops when turn ends in multiattack mode
2012-06-07 Stepan777 merge
2012-06-07 Xeli ignore keymodifers other than ctrl/alt/shift
2012-06-06 Xeli removed some writelns
2012-06-06 Xeli first attempt at implementing support for keys with modifiers
2012-06-06 nemo Make it AI survival almost definitely impossible by adding a 3rd pass to FindGear. 1st pass normal, 2nd pass allow close to objects, 3rd pass, allow overlapping objects.
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-05 Xeli Android: first attempt at using the density call from java
2012-06-05 Xeli only reset those keys which actually change their bindings
2012-06-04 nemo tidy flags
2012-06-10 Medo Small improvements to the frontend lib for better debugging
2012-06-04 nemo Welp. We have a bit of a problem here. Reverting the move of nextturn. But this causes a desync in scripting unless we can find a better fix.
2012-06-04 Stepan777 here it is
2012-06-09 Medo Implemented game launching API for the frontlib.
2012-06-04 unc0rr Don't make unnecessary calls to TestWhip, TestFirePunch, TestBaseballBat and TestHammer functions as they have no need to take Targ parameter into account and thus may only be called once per position
2012-06-08 Medo Implemented public API for letting the engine render maps
2012-06-04 nemo Make watching AI v AI on ai survival a bit more entertaining
2012-06-07 Medo Added ini reading/writing for game schemes to the frontend lib
2012-06-04 nemo Workaround for bug #144. This workaround had occurred to me a while ago, but wasn't sure if placing them unfairly was better than not placing them at all. Argument for not placing at all is people should probably abort the game when they notice it. Argument for placing unfairly is people can still abort, and if we really wanted them to abort, we should probably just have halted launch if all hogs failed to spawn. This way at least play can continue.
2012-06-04 Medo Frontlib: Work on the callback mechanisms for IPC
2012-06-04 nemo After experimenting with a long running average at maxed out FPS and a variety of map sizes, 128 seems to actually be a good size to use if only drawing bits of world with stuff in it. 64 actually did even better in some situations, but significantly worse in others (lots of land, zoomed out).
2012-06-02 Medo frontlib refactoring
2012-06-03 nemo Only create textures for non-empty LandPixel chunks. This should save a fair amount of memory, especially on smaller maps, and eliminate a number of draws
2012-06-02 Medo Merge
2012-06-03 nemo warp sound when AI survival hog respawns. attempt at a bit of a crate spawn animation (moar sparkles and a quick fadein)
2012-06-02 Xeli Android: added a callback to java to determine dpi/dip how much we should scale the ui
2012-06-02 Medo Merge
2012-06-02 nemo add onGameTick20 to basic training, extend laser sight out way more (it was visible at top when completely zoomed out), move call of new turn to after AfterSwitchHedgehog to avoid lua issues in onNewTurn - if this causes problems, lua can do delayed actions in onGameTick
2012-06-01 unc0rr Some brainfucking code which greatly reduces number of TestCollision* calls in hedgehog walk routine. Especially helpful to AI optimization. Also fixes some edge cases.
2012-05-31 mikade merge
2012-06-02 Medo Demo recording for the frontend library
2012-05-31 nemo Name the flags for fall tracking and indicating whether the explosion erases terrain.
2012-05-31 Medo Moved frontlib into project_files
2012-05-31 unc0rr merge
2012-05-31 Medo Further work on the frontend library, restructuring, ...
2012-05-31 unc0rr merge
2012-05-31 mikade Add a GetTag method so that SetTag doesn't feel lonely.
2012-05-30 Medo Started work on the frontend networking library
2012-05-31 unc0rr Improve TestWhip
2012-05-30 sheepluva minor tweaks for options page; should improve readability at small window size... a bit...
2012-05-29 Medo Removed dead/deprecated code and comments
2012-05-31 unc0rr pas2c stuff
2012-05-30 unc0rr This should make drawn maps rendering even more faster
2012-05-29 Medo Merge
2012-05-30 unc0rr merge
2012-05-30 unc0rr Render drawn maps 10-500 times faster
2012-05-29 unc0rr Oops, forgot to set 'erasing' flag on decoding
2012-05-28 unc0rr Fix a bug with wrong state of teams list when color isn't changed manually
2012-05-28 nemo Remove a couple more timers, should mean alpha matches old pulse time now
2012-05-28 nemo also change specialists
2012-05-28 nemo Set air attack to active by default, make time look a bit nicer, avoid plane buzz activating.
2012-05-28 Xeli change the array which represents the keyboard state to be a boolean array rather than byte array
2012-05-28 Xeli Don't allow for multiple key up(or down) events, it will ignore the excess events
2012-05-28 nemo Also change Highlander and Racer
2012-05-28 Wolfgang Steffens moved generic matrix code to uMatrix.pas
2012-05-28 unc0rr merge
2012-05-28 Wolfgang Steffens merge
2012-05-28 nemo Add onGameTick20 to try and encourage lua to be a bit more efficient. Rewrite Space Invasion to use it. Top speed of aliens is 25% higher now, although that could be changed, I kinda liked it. Change parameter order of div().
2012-05-28 unc0rr Some improvements to pas2c
2012-05-27 unc0rr Fix a remote crasher
2012-05-25 unc0rr - Fix some AI stupidness factors
2012-05-27 unc0rr Make frontend compile with clang
2012-05-27 unc0rr - Allow switching colors with mouse wheel
2012-05-25 Wolfgang Steffens initial GLSL1.2 test version
2012-05-26 nemo Minor freezer changes, allow snow to accumulate on indestructible terrain too.
2012-05-25 Wolfgang Steffens Removed lazy update: workaround for R7103
2012-05-26 unc0rr Bring leftTeams back (with a fix) as it is apparently needed for spectators.
2012-05-25 Wolfgang Steffens merge
2012-05-24 unc0rr - Restore pre-r9257cf8e7af2 behavior
2012-05-23 Medo Merge
2012-05-23 nemo Fix reported in bug #327, comment #3 - untested but seems reasonable/safe.
2012-05-23 nemo http://www.demoties.com/wp-content/uploads/2011/03/mar-01-6.jpg
2012-05-23 unc0rr Mark team for deletion when letting others know it has left during game. Should help with quitters problem.
2012-05-23 unc0rr Don't remove already removed team
2012-05-23 Xeli wops add this too
2012-05-23 Xeli reimplemented ResetKbd and calling it when exiting gsChat status, this restores behavior from.17: You can now walk -> press t/chat -> type some stuff while still walking -> exit gsChat and stop walking at that moment
2012-05-23 Xeli android: fix the default make target
2012-05-23 Xeli Android: add freezer commit message
2012-05-23 koda add NOPNG to cmake to explicitly disable PNG dependency
2012-05-22 koda add GHC and GHFLAGS from cmake too
2012-05-22 koda rename a few internal cmake variables (for consistency and readability)
2012-05-22 Wolfgang Steffens Replaced matrix related FFP code with explicit matrix calculations.
2012-05-22 Medo Merge
2012-05-22 koda there a libSDLMain.a in the bundled SDL framework
2012-05-22 Wolfgang Steffens Merge
2012-05-21 Xeli android: possible fix for bitmap recycle errors
2012-05-21 Xeli fixed wheelup/down
2012-05-21 koda add a nilcheck
2012-05-21 nemo checksum
2012-05-21 unc0rr Feel free to add real checksum function
2012-05-21 koda better lazy loading for cScaleFactor
2012-05-20 nemo Ok. I think *this* should flip it correctly...
2012-05-20 Xeli android: added an unsigned target to the makefile, to help automate signing
2012-05-20 Xeli remove the need to qt and co when using cmake with -DANDROID=1
2012-05-20 nemo Minor tweaks to freezer, mostly to simplify current state to laptop
2012-05-20 nemo clean up pngs
2012-05-20 mikade merge
2012-05-19 mikade + Trivial update.
2012-05-19 mikade A few scripts to try out. 2x challenge, 1x GSoC training, 1x user mission.
2012-05-20 nemo Bit more freezer.
2012-05-18 nemo Add an emergency return to the timebox in the case of death of rest of team. Also add a small visual effect to AI survival
2012-05-18 nemo Might help if this was actually its own unique weapon
2012-05-17 nemo Provide training/campaign with a random seed to ignore/use.
2012-05-17 Xeli remove ProcessKdb references all together, removed movecursor() because it doesnt seem to do anything
2012-05-17 Xeli first attempt at fixing controller/gamepad, it works with the android controller but it doesnt have hats/buttons, needs testing
2012-05-17 Xeli dont allow choosing weapons when the AI is playing
2012-05-17 Xeli android typo/sabotage
2012-05-17 Xeli fix sdl13 build
2012-05-14 Wolfgang Steffens readded optimization for SetScale
2012-05-17 Xeli unbreak android build
2012-05-14 Wolfgang Steffens Replaced FFP code that sets up orthogonal projection with explicit matrix
2012-05-15 Xeli android: add missing graphics, only placeholders tho..
2012-05-14 Wolfgang Steffens Refactored TTexture to allow encoding sprite(s) at an arbitrary location within
2012-05-14 unc0rr Learn hask^Wpascal, dudes!
2012-05-13 nemo AI can't use cWindSpeedf since it now does a smooth transition
2012-05-13 nemo oops
2012-05-13 nemo Dammit Xeli
2012-05-13 unc0rr '\xd7af' -> 0xd7af
2012-05-13 unc0rr Make uUtils.c compile
2012-05-12 unc0rr help pas2c
2012-05-12 unc0rr More magic
2012-05-12 nemo unc0rr's magic macro
2012-05-12 unc0rr oops, wrong type
2012-05-12 unc0rr pas2c stuff again
2012-05-12 unc0rr Get rid of cripple SendIPCc
2012-05-12 unc0rr A solution to char vs string problem: mark single-letter strings with _S macro
2012-05-12 unc0rr Make pas2c even more happier with uGears.c, allow assigning arrays in some cases
2012-05-11 unc0rr Add missing identifiers
2012-05-11 nemo Fix casing and type for gl
2012-05-11 unc0rr sysutils -> SysUtils
2012-05-11 unc0rr Recognize length on arrays as a separate function
2012-05-11 unc0rr More tolerance to pas2c
2012-05-11 unc0rr Properly track type in ref2CF, this fixes issues with functions returning strings used in expression (like "a" + line())
2012-05-11 unc0rr Define NOCONSOLE for pas2c
2012-05-11 unc0rr uCommandHandlers now compiles
2012-05-11 unc0rr Support operator 'in', replace it with equality checks against each element of set
2012-05-11 unc0rr Recognize (hwFloat op int) expressions
2012-05-11 unc0rr Convert "unit.function()" properly
2012-05-11 unc0rr Function to compare string to char ftw
2012-05-11 unc0rr Make pas2c happier with uSound
2012-05-11 unc0rr Be more wise about constant initialization expressions being not arrays
2012-05-11 nemo Avoid returning an array for the sake of pas2c
2012-05-10 koda fix building with lua (i think)
2012-05-10 koda minor changes for warnings and a variables scope
2012-05-10 koda the ios port runs again, although with a few things to sort out
2012-05-10 koda ios: this commit just removes the overlay class files (with all submenus and resources) while working on a proper restoration
2012-05-10 unc0rr Fix identifiers case in uLandTemplates (too lazy to make proper implementation in pas2c)
2012-05-10 unc0rr Declare Param* functions
2012-05-10 unc0rr Fix for Int type and sysutils in hwengine.pas
2012-05-10 unc0rr Some work to make more units compile after conversion to c
2012-05-10 unc0rr Support overloaded operators on (hwFloat op hwFloat) calls
2012-05-10 unc0rr More definitions and mess with pascal code
2012-05-10 unc0rr Render function variables in struct with no mangling. 13 C units are compilable now.
2012-05-10 unc0rr Handle function type differently
2012-05-10 unc0rr Some more definitions and slight fixes
2012-05-10 unc0rr uAmmos.c now compiles (3 warnings though)
2012-05-10 unc0rr Implement built-in functions Low() and High()
2012-05-09 nemo Reflects change in previous revision to uTypes
2012-05-09 unc0rr (PointerTo (SimpleType _)) could be a pointer to a non-struct type
2012-05-07 unc0rr Prepend unit name to function identifiers
2012-05-07 unc0rr Mangle overloaded functions (only different number of parameters is supported)
2012-05-07 koda when Lua is not found, fallback to compiling the one that comes bundled in our sources
2012-05-07 koda invert LUA symbol meaning and avoid hints when compiling without it
2012-05-07 koda add support for FPC and FPFLAGS cmake arguments (helps crosscompiling)
2012-05-05 koda old typed const moved to their proper unit
2012-05-05 koda the scope cleanup continues...
2012-05-05 koda split OnDestroy across the appropriate modules (this doen't cause leaks on mobile, right?)
2012-05-05 koda revisit isTerminated in hwengine
2012-05-05 koda fix more breakage
2012-05-05 Xeli removed the default argument in uWorld
2012-05-05 Xeli fix breakage
2012-05-05 koda adjust the scope of a few uSound variables and functions
2012-05-03 Medo Merge
2012-05-04 unc0rr Convert namespace from list into map in preparation for implementation of overloaded functions support. Greatly improve speed of rendering as a side effect (parse + render time reduced from 5:20 to 0:20)
2012-05-03 sheepluva some tweaks/fixes/etc to the map preview and reload stuff
2012-05-03 sheepluva visually indicate when map preview generation is in progress.
2012-05-03 koda HAPPY 7000th COMMIT HEDGEWARS
2012-05-03 sheepluva add DLC button to net game room
2012-05-03 sheepluva + display lack of map in a nice way, don't generate bogus preview in the background
2012-05-03 unc0rr Get rid of overloaded functions in uRenderUtils
2012-05-03 nemo merge
2012-05-03 sheepluva small tweaks/fixes to room list header saving and restore...
2012-05-03 nemo Switch effects to longint for convenience of tracking ice states. I could add a new Hedgehog value, but since we have this effects list being all useless as booleans anyway...
2012-05-03 Medo Updated android support library to the latest version (r8)
2012-05-03 sheepluva fix a previewmap-related QObject::disconnect segfault
2012-05-02 nemo Initial stub for freezer
2012-05-02 Medo Merge
2012-05-02 sheepluva fix: issue with playing team list vertically collapsing
2012-05-02 nemo Workaround for stuck pages.
2012-05-02 sheepluva tweak how the header customization is stored in the settings file
2012-05-02 unc0rr Render float consts into defines
2012-05-02 unc0rr GetRandom -> GetRandomf
2012-05-02 sheepluva allow F5 magic to refresh demos/saves list too
2012-05-02 koda rename a few Draw* routines
2012-05-02 koda wut?
2012-05-02 koda remove old ukeys hooks from pascalexport (definitely breaking the ios port, will have to work on that, but for now sheepluva and xeli will be happy *hopefully*)
2012-05-02 sheepluva rooms list
2012-05-02 sheepluva roomslist: reimplement filters
2012-05-02 nemo remove IFDEF 0 for sake of poor parser
2012-05-02 sheepluva room list: replace magic table column indexes with enum. makes future changes to the room list format way easier.
2012-05-02 koda marked a couple of functions as inline
2012-05-02 sheepluva make search filter field have a useable size on low frontend resolution
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)
2012-05-02 sheepluva make column sorting three-state: asc -> dsc -> off/default (= by room state)
2012-05-02 sheepluva sort by room state by default
2012-05-02 sheepluva allow custom sorting of roomslist (by clicking on header sections)
2012-05-02 koda add support for default pascal mode by removing default arguments value (maybe this also helps the parser)
2012-05-01 nemo Removing maps can cause desyncs. This is why we still have Cheese, Sticks, Sheep etc.
2012-05-01 sheepluva remove map: Sticks
2012-05-01 sheepluva roomslistmodel: prettier names for map +rnd+ etc.; point out unavailable maps
2012-05-01 koda breaking news, we don't support typed consts anymore
2012-05-01 unc0rr Hopefully this change doesn't break anything
2012-05-01 unc0rr Better type deriving
2012-05-01 unc0rr Declare const ints as enums
2012-05-01 unc0rr Make Str2PChar more pas2c-friendly
2012-05-01 sheepluva adjust column widths
2012-05-01 koda oops^2
2012-05-01 koda oops
2012-05-01 koda minor changes for more compatibilities with other compilers
2012-05-01 sheepluva RoomsListModel:
2012-05-01 koda remove SDL_SCANCODE_*
2012-05-01 koda add NULL definition and align types to their correct bitwidth
2012-05-01 sheepluva display haxx0red teams colors correctly.
2012-04-30 sheepluva made the hog count thingy prettier when on low space... have fun squishing hogs!
2012-04-30 sheepluva Qt: fix issue with hog count being not visible on low resolutions/long team names and hard to read on very high resolutions
2012-04-30 unc0rr Support recurrent function calls. The code is kinda hackish and ugly, but I really spent a few hours thinking on a good solution.
2012-04-30 sheepluva add missing copyright headers to roomslistmodel
2012-04-30 unc0rr Rework string init macro
2012-04-30 unc0rr Raise exception when .inc file isn't found
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 sheepluva map, theme & style selection won't be lost on data updata now (except the selected map/theme/style is deleted ofc). enabling F5 key to reload data :>
2012-04-29 sheepluva make it auto-update (whoops,forgot)
2012-04-29 sheepluva hello GameStyleModel
2012-04-29 Xeli target using the utility button, this fixes bee
2012-04-29 Xeli enabled grenade timer, needs a button image
2012-04-28 Xeli wops, removed some writeln
2012-04-28 Xeli changed uKeys to uInputHandler to better reflect its function
2012-04-29 sheepluva * make HatModel update automatically (also renamed class and files)
2012-04-28 sheepluva license header year range adjustments
2012-04-28 Xeli - changed targetting, to launch an airstrike move the cursor/pointer to a location and then press the firebutton
2012-04-28 Xeli -Fixed FingerHasMoved function, still might need a little tweaking
2012-04-27 Xeli remove last boolean keys references and using only ParseCommand in uTouch now
2012-04-28 sheepluva various comment tweaks/fixes
2012-04-28 sheepluva MapModel: add getters for random maps based on type, so that the mapContainer does not have to magically know how maps and separators are ordered within the model
2012-04-28 sheepluva fix for issue 186 ("Screen gets messed up when selecting Hand Drawn Map")
2012-04-28 nemo unbreak snowball
2012-04-28 nemo Ok, 20,000 was a bit much. Arbitrary multiplier that seems to shove things off enough.
2012-04-27 sheepluva MapModel: comments/docs, small tweaks
2012-04-27 Xeli reimplement the quit engine+frontend keys
2012-04-27 Xeli add ammoprop to enable to up and down buttons on for the touch interface
2012-04-27 sheepluva decouple current theme from map theme (fixes theme confusion bugs of last commit)
2012-04-27 sheepluva MapModel converted to QStandardItemList; separators fixed; changed used data format (human-readable struct instead of magic list) for map info in HwMapContainer (+ various small cleanups in that class)
2012-04-27 sheepluva MapModel, various cleanups. TODO/FIXME: QComboBox separator not working with custom models
2012-04-26 sheepluva messing with the theme model a bit (gets now auto-updated after DLC download too)
2012-04-27 nemo theme tweaks
2012-04-27 unc0rr Show number of points in drawn map
2012-04-26 unc0rr Cursor for DrawMapScene. Feel free to ajust its look.
2012-04-26 sheepluva mapContainer: use DataManager, reload maps after data update (e.g. by DLC)
2012-04-26 sheepluva make DLC trigger data reload
2012-04-26 sheepluva make DataManager a QObject with reload() slot that emits signal updated()
2012-04-26 sheepluva renaming HWDataManager -> DataManager
2012-04-25 sheepluva reimplement auto-kick for ignored players (it was temporarily removed during refactoring)
2012-04-25 sheepluva nemo said I was boring for removing the "hello" randomizer on room join.
2012-04-24 nemo Oh, and I guess this is needed as well, although if many other places in the code do this, pas2c will need
2012-04-24 nemo Make adler32 friendlier for pas2c - this should work the same (needs testing ofc)
(0) -3000 -1000 -480 +480 +1000 +3000 tip