Mercurial
Mercurial
>
hedgewars
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-3000
-1000
-240
+240
+1000
+3000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
I shouldn'tve tracked this really, I should have just rejected that part of the transplant
2012-08-30, by nemo
Simplified Chinese Translation update
2012-08-13, by Jie Luo
improve html links + small bugfixes
2012-08-09, by Stepan777
Final checkpoint w/ campaign.
2012-08-30, by nemo
Check if 'for' cycle body is executed at least once
2012-08-09, by unc0rr
FindFFMPEG.cmake (used only for frontend for now).
2012-08-09, by Stepan777
All missions: switched blood needers with meatbags in dialogues
2012-08-26, by belphegorr
Don't accept room messages when not in room state. Not tested even if it builds.
2012-08-09, by unc0rr
merge
2012-08-09, by Stepan777
Mission 3: Added initial FirePunch
2012-08-26, by belphegorr
When exiting a room where one was host, server sends a REMOVE_TEAM for the local team. It appears that this loop would not break in that case. Add a log message and a break. (I've hit a frozen frontend twice now)
2012-08-08, by nemo
Mission 2: fixed ammo menu bug
2012-08-26, by belphegorr
Keep room till last player quits
2012-08-08, by unc0rr
Mission 7: increased distance between Leaks and the princess, fixed EmitDenseClouds typo
2012-08-26, by belphegorr
er. more like this.
2012-08-08, by nemo
Mission 5: fixed a few bugs that came with the update (ammo menu bug and initial gear elimination bug)
2012-08-26, by belphegorr
Allow scripting to delete gears
2012-08-08, by nemo
Changed a line in Mission 2 dialogue...
2012-08-25, by belphegorr
oops
2012-08-07, by nemo
Fixed crashes in mission 3 after RestoreHog
2012-08-25, by belphegorr
Keep inlining
2012-08-07, by unc0rr
Modified missions to be compatible with the merge
2012-08-22, by belphegorr
More mess in pas2c:
2012-08-06, by unc0rr
Mission 3: Modified onPrecise (added out-commented debug code)
2012-08-19, by belphegorr
revert 3188794b9d87. does not do what I'd like.
2012-08-06, by nemo
Hedgeroid: Frantic scrabbling toward the deadline
2012-08-18, by Medo
improve video uploading
2012-08-06, by Stepan777
Mission 3: reduced enemy turn time, fixed other HideHog problems
2012-08-19, by belphegorr
oops
2012-08-05, by nemo
frontlib: Moved mapname sending to the end of flib_netconn_send_map
2012-08-18, by Medo
merge
2012-08-06, by Stepan777
Solved issues with HideHog in mission 2 and 3
2012-08-19, by belphegorr
no cake for youuuuu
2012-08-05, by nemo
engine: Added JNI-compatible function to start map generation
2012-08-18, by Medo
Modified AddAmmo()-s in consideration of gfPerHogAmmo in mission 2
2012-08-19, by belphegorr
Introduce 'a' and 'u' client flags to mark admins and authenticated users
2012-08-05, by unc0rr
frontlib:
2012-08-15, by Medo
Removed debug code.
2012-08-19, by belphegorr
Add bot level to CPU flag
2012-08-05, by nemo
frontlib/Hedgeroid: Modified frontlib build in Hedgeroid so it works without having to copy the source dir.
2012-08-12, by Medo
Mission 7: Added a visual gear to mark height, changed ShowMission to be more precise.
2012-08-19, by belphegorr
Perf opt for the c conversion. Use downto instead to avoid repeated function calls in the loop
2012-08-04, by nemo
Hedgeroid: fix wrong filenames due to windows not treating files case sensitive
2012-08-12, by Medo
Fixed a typo, frontend is now working properly
2012-08-19, by belphegorr
Also flag cases. Side effect might be some odd collision in rare cases w/ portals. Also, might cause unexpected collisions w/ cases in TestColl - although we could add a proximity check to the flag there, or simply switch to TestCollExcludingMe again. uCollisions seems mismatched w/ AI TestColl anyway. Possibly r+1+r vs r+r for gear diametre.
2012-08-04, by nemo
Removed useless cast in cmdlineClient
2012-08-12, by Medo
Silly add to facilitate transplant
2012-08-30, by nemo
oops
2012-08-04, by nemo
Hedgeroid:
2012-08-12, by Medo
Mission 7: changed enemy health, ammos, fixed crashes, princess no longer hidden
2012-08-19, by belphegorr
unbreak AI. remove inits from uLand
2012-08-04, by nemo
frontlib improvements:
2012-08-12, by Medo
Forgot to add mission 10
2012-08-19, by belphegorr
An experimental template to abuse this ability. A quick doubling of the "Islands" crazy template
2012-08-04, by nemo
frontlib: Added functions to query important constants from the library
2012-08-12, by Medo
Added a story ending mission/cut-scene
2012-08-19, by belphegorr
First pass at variable land size. For playing a small map (forced on rqLowRes), this should save 42MiB of RAM.
2012-08-04, by nemo
Hedgeroid: Start using the frontlib for more operations
2012-08-06, by Medo
Added a FollowGear to the leaderDead animation in mission 9
2012-08-18, by belphegorr
Fix kamikaze crasher. Handle overlapping hogs case.
2012-08-04, by nemo
frontlib: Brought commandline client (almost) up to date with the frontlib changes
2012-08-06, by Medo
Fixed a few bugs in mission 7
2012-08-18, by belphegorr
TestKamikaze, needs polishing
2012-08-03, by unc0rr
frontlib: prevent writing a "binds" section of the team file when there are no binds
2012-08-06, by Medo
Fixed a typo in mission 6
2012-08-18, by belphegorr
Toggle autoCameraOn in Findhh instead of checking FollowGear which could be set in a variety of places. Issue #404
2012-08-01, by nemo
frontlib: fixed ini writing failing because of an inverted condition
2012-08-06, by Medo
Fixed bug in mission 5 with invisible obstacles
2012-08-18, by belphegorr
Okay, this is workaround over ping timeouts problem on the server. Could make server crash if recieve thread wakes up after second ping timeout event.
2012-07-31, by unc0rr
frontlib: Removed reference counting from schemelist
2012-08-06, by Medo
Crashfix, healthfix in mission 5
2012-08-18, by belphegorr
oops
2012-07-27, by nemo
Hedgeroid: Started to implement RoomActivity
2012-08-02, by Medo
Forgot to add mission 9 -.-'
2012-08-18, by belphegorr
Allow AfterAttack to proceed even if the Hedgehog is dead. They could be resurrected after all.
2012-07-27, by nemo
frontlib: Fixed flib_netconn_send_leaveRoom returning -1 even though there was no error.
2012-08-02, by Medo
Added Mission 9: The Enemy Of My Enemy
2012-08-16, by belphegorr
merge
2012-07-27, by unc0rr
Hedgeroid: Fix argument passing to ChatFragment, small layout fixes
2012-08-01, by Medo
Modified final cutscene and fixed a skipping bug
2012-08-16, by belphegorr
oops
2012-07-27, by unc0rr
Hedgeroid: Added libjnidispatch.so and jna.jar
2012-08-01, by Medo
Fixed variable loading errors and added saving of "M8Scene" in mission 8
2012-08-10, by belphegorr
Fix edge case problems with sniper rifle
2012-07-27, by unc0rr
Hedgeroid: Room screen WIP
2012-08-01, by Medo
Solved "floating repositionings" in every mission
2012-08-10, by belphegorr
uploading to youtube, it works, but user interface is still incomplete
2012-07-26, by Stepan777
No more AI jumping lulz
2012-07-26, by unc0rr
this one too
2012-07-27, by nemo
Hedgeroid: various improvements:
2012-07-27, by Medo
Added Mission 8: Long Live The Queen
2012-08-10, by belphegorr
merge
2012-07-26, by Stepan777
Better prediction of cluster, melon, and whip
2012-07-26, by unc0rr
rewrite to make the string shorter
2012-07-27, by nemo
Merge
2012-07-26, by Medo
Modified Animate.lua: Modified event removal function to check if removed event is before current one, added optional parameter to RemoveEventFunc for optional checking of parameter list identicity.
2012-08-10, by belphegorr
merge
2012-07-25, by unc0rr
Removed gfOneClanMode from Mission 7
2012-08-02, by belphegorr
Commit commented out code which I used to debug AI walking
2012-07-25, by unc0rr
Added Mission 7: Family Reunion
2012-07-31, by belphegorr
- Implement AI land marks which only used to tracks visited areas on the map for now. Significantly reduces wasting of cpu time by AI checking same place several times (10x or even more in rare cases)
2012-07-25, by unc0rr
Bonus for dealing more damage than needed to kill. Should help with cake leaving 1hp issue. Not tested.
2012-07-25, by unc0rr
Mission 6: Modified a dialogue timing
2012-07-31, by belphegorr
Some tiny improvements to AI walking algorythm
2012-07-25, by unc0rr
Changes to pas2c - unreviewed apart from cursory glance and compile test.
2012-07-25, by xymeng
Mission 6: Fixed a typo, an animation bug, added 2 rope crates to the weapon stack
2012-07-31, by belphegorr
Adjust firepunch and bat consts yet again
2012-07-25, by unc0rr
Changes for the benefit of pas2c. Use downto in for loops to avoid repeated calls of Random/GetRandom. Wrap nots.
2012-07-25, by nemo
Mission 1: Fixed a typo
2012-07-31, by belphegorr
Prefer to bat enemy away dealing the same amount of damage
2012-07-24, by unc0rr
workaround - not great though since they probably should have proper initial values like they used to have in uConsts. leaving a note to koda
2012-07-24, by nemo
Changed name of princess in mission 6 (forgot it last time).
2012-07-24, by belphegorr
No need to redefine signal
2012-07-24, by unc0rr
Fix bee crasher, tweak splash values
2012-07-24, by nemo
Removed some campaign variables from Mission 6.
2012-07-24, by belphegorr
better?
2012-07-21, by nemo
Switched Fell From Heaven to Fell From Grace on missions 5, 6.
2012-07-24, by belphegorr
AI uses cake! Known issues: AI could damage itself for no reason, could let cake go looping in a hole with exit closed by AI hog.
2012-07-22, by unc0rr
Fixed localization of Mission 6 and fixed a typo.
2012-07-24, by belphegorr
unc0rr, let me know what you think? Values were chosen semi-arbitrarily. But I was playing through a lot of large demos.
2012-07-20, by nemo
Finished mission 6: Dragon's lair
2012-07-23, by belphegorr
Ok. *these* should be safe with just this one extra check...
2012-07-20, by nemo
checkpoint merge
2012-08-30, by nemo
:( I have no idea why this did not work
2012-07-20, by nemo
Avoid desync playing back demos
2012-07-20, by nemo
don't need the camera following invisible stuff (maybe this should be in the general camera routine?)
2012-07-20, by nemo
I thirst for randomness.
2012-07-20, by nemo
Try avoiding spamming the log by retaining the gears. untested.
2012-07-20, by nemo
Replace stupid 'mod' with 'and'
2012-07-20, by unc0rr
ooops (and indentation)
2012-07-20, by koda
press 8 to mute audio while ingame
2012-07-20, by koda
mod operator is so stupid in pascal
2012-07-20, by unc0rr
oh yeah, these too
2012-07-19, by nemo
Fix TARDIS, make switcher work w/ the new more stringent check.
2012-07-19, by nemo
Update team health
2012-07-19, by nemo
Start TestCake
2012-07-18, by unc0rr
allow FPFLAGS and GHFLAGS only in cmakes able to support them
2012-07-18, by koda
what the heck, let's add a few more
2012-07-16, by nemo
- Check for harmful gear deletions
2012-07-16, by unc0rr
Use gmDestroy message instead
2012-07-16, by unc0rr
Fix bug in resurrector deleting graves (exists in stable too), remove some unnecessary assignments due to the fillchar 0
2012-07-15, by nemo
Correctly distinguish between game and real ticks while recording video,
2012-07-13, by Stepan777
Apparently order of multiple getrandom in params is undefined. Also remove broken and pointless getrandom call.
2012-07-15, by nemo
merge
2012-07-13, by Stepan777
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-14, by nemo
Catch all exceptions in clientSendLoop. If there could something besides IOException be thrown there, that would explain ping timeouts server issue.
2012-07-13, by unc0rr
Filter sprSDFlake too, so engine could pass initialization
gl2
2014-01-10, by unc0rr
Fix bug with isInLag picture displayed at end of some videos.
2012-07-10, by Stepan777
Don't consider moving hedgehogs in place rating in after attack mode
2012-07-13, by unc0rr
Import temp.diff which is a try to fix glitches with textures edges
gl2
2014-01-09, by Wolfgang Steffens
merge
2012-07-10, by Stepan777
When removing a record, set selection on the next item in the list
2012-07-12, by unc0rr
Wolfgang Steffens's gl2 and atlas branch
gl2
2014-01-09, by unc0rr
closing wosteffs ancient debug commit head. default branch has been a dual-headed monster for long enough IMO
2014-06-18, by sheepluva
fix bug with desynced camera positions
2012-07-09, by Stepan777
Reduce number of walk bonuses further, doubt even 128 are needed. Fix count reset.
2012-07-12, by nemo
Debug commit
2012-07-10, by Wolfgang Steffens
rework saving of camera positions so there is no need to know framerate during prerecording.
2012-07-09, by Stepan777
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-11, by nemo
Merge
2012-07-10, by Wolfgang Steffens
merge
2012-07-09, by Stepan777
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-09, by nemo
First try to use framebuffer, instead of auxilary buffer.
2012-07-08, by Stepan777
Introduce uGearsHandlers.pas, for now only part of cake handlers is moved there
2012-07-08, by unc0rr
Move SDL_GetTicks() to another place, maybe this will fix sound desync.
2012-07-08, by Stepan777
A bit more convoluted, but more attractive visually
2012-07-08, by nemo
merge
2012-07-08, by Stepan777
Insert at front of same Z, not end. Saves a little time on insertion and lua lookup of recent adds.
2012-07-08, by nemo
fix alpha channel in image rescaling
2012-07-07, by Stepan777
Draw bombs behind plane
2012-07-08, by nemo
Fix thumbnails. On some OpenGL implementations they weren't working.
2012-07-07, by Stepan777
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-08, by unc0rr
fix frontend for ffmpeg 0.7.13
2012-07-07, by Stepan777
Intended to help on bottom border maps or "red" maps - don't assume erasure if there is indestructible land below the hog
2012-07-08, by nemo
Fix compilation of hwengine on ffmpeg 0.7.13.
2012-07-07, by Stepan777
Hedgeroid: Major overhaul of the network connection code. Now it is threaded and
2012-07-26, by Medo
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-08, by nemo
fix for older ffmpeg (0.7.13)
2012-07-07, by Stepan777
Hedgeroid: Misguided attempts at getting the connection lifecycle right.
2012-07-24, by Medo
remaining files for the Danish translation
2012-07-07, by kjpou1
When there are videos that are being encoded and user tries to quit display dialog with warning.
2012-07-06, by Stepan777
Hedgeroid: Reworked player and room lists, added menus, added playername query
2012-07-23, by Medo
- Check ready status only after deleting player's teams (should fix the bug when you're unable to start game)
2012-07-07, by unc0rr
When compiling with sdl2 use it instead of glut for creating hidden window (as suggested by koda).
2012-07-06, by Stepan777
Hedgeroid: More work on the lobby activity
2012-07-21, by Medo
Limit firepunch/whip drowning checks to max AI, bat to top 2 levels.
2012-07-07, by nemo
merge
2012-07-06, by Stepan777
Hedgeroid: Lobby activity improvements
2012-07-19, by Medo
unbreak grayscale
2012-07-07, by nemo
Hedgeroid: Modified detection of assets on SD card (should be more reliable)
2012-07-19, by Medo
It is global var
2012-07-06, by unc0rr
Hedgeroid: Got the roomlist working... more or less.
2012-07-19, by Medo
Fix crash when hedgehog dies while switching from it
2012-07-05, by unc0rr
Re-Added the commandline client, but it's not compilable agains the latest frontlib
2012-07-19, by Medo
free up power for use by script
2012-07-04, by nemo
frontlib:
2012-07-19, by Medo
Allow script to set number of ammo in a crate. untested.
2012-07-04, by nemo
frontlib: Fix onRoomUpdateCb receiving a null pointer
2012-07-18, by Medo
- Don't call Length() on variable size arrays
2012-07-03, by unc0rr
Hedgeroid: Fixed multitouch breakage
2012-07-17, by Medo
Properly convert taking address of function with var parameters
2012-06-30, by unc0rr
Hedgeroid: Chat and player list work now, but everything is very much WIP
2012-07-17, by Medo
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-06-30, by unc0rr
Hedgeroid: Layout experiments for the lobby page
2012-07-16, by Medo
Don't produce unnecessary and erroneous defines
2012-06-30, by unc0rr
Hedgeroid: Added experimental lobby chat
2012-07-11, by Medo
Fix the function definition issue so the function pointer format now looks correct.
2012-06-29, by xymeng
Hedgeroid: Simplified some code
2012-07-11, by Medo
Tiny optimization + formatting fix
2012-06-29, by unc0rr
frontlib: Added missing disconnect case
2012-07-11, by Medo
Convert function with var parameters declarations into #define + function which accepts pointers
2012-06-29, by unc0rr
frontlib: Added the NDK build file for Android
2012-07-10, by Medo
- Try sending remove message in 'finally' as a last resort
2012-06-28, by unc0rr
frontlib: Renamed cfg to scheme, Un-refcounted some types, small API adjustments
2012-07-10, by Medo
ocd
2012-06-27, by nemo
Improved asset moving time by an order of magnitude (3s vs. 25s on my device)
2012-07-05, by Medo
Prepare to handle passing by reference
2012-06-28, by unc0rr
frontlib: Improved and unified parameter checking, moved the cmdlineClient out
2012-07-05, by Medo
Remove trailing spaces
2012-06-27, by unc0rr
frontlib: Fixes and improvements. Added a GPLv2+ license header to all frontlib
2012-06-27, by Medo
Use toUtf8 instead TODO - find out 'sactly what the website is using for hashes.
2012-06-27, by nemo
Merge
2012-06-27, by Medo
Missions localisation
2012-06-27, by sphrix
More efficient
2012-06-27, by nemo
oops
2012-06-27, by 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, by 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, by nemo
Here they come - thumbnails.
2012-06-26, by Stepan777
Extend TARDIS away time a bit (minimum, range) to make it a bit more useful. Remove a couple of unused variables.
2012-06-26, by nemo
Added auto cropping to atlasing
2012-07-10, by Wolfgang Steffens
merge
2012-06-26, by Stepan777
updated ios project file
2012-06-27, by koda
GL1.x fixes
2012-06-25, by Wolfgang Steffens
Quick inkscape trace + a radial gradiant glow on the hedgewars logo. Perhaps it'll encourage Tiy to provide the vector original.
2012-06-26, by nemo
Merge
2012-06-25, by Wolfgang Steffens
Don't set erasing flag when it is unnecessary so hwmap could compress better
2012-06-26, by unc0rr
using atlas for rendering now
2012-06-25, by Wolfgang Steffens
er. this one too
2012-06-26, by nemo
made surface retaining mandatory
2012-06-25, by Wolfgang Steffens
merge
2012-06-26, by Stepan777
less
more
|
(0)
-3000
-1000
-240
+240
+1000
+3000
tip