Mercurial
Mercurial
>
sheepy-clone
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
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.
Frontend: Make sure special nicks always show up in square brackets
2018-10-25, by Wuzzy
Add a new king death message
2018-10-25, by Wuzzy
Allow duplicate placeholders in engine strings
2018-10-25, by Wuzzy
more ja.txt fixes
2018-10-25, by alfadur
Add script to check engine locale files for problems
2018-10-25, by Wuzzy
Remove string with duplicate placeholder in sk.txt
2018-10-25, by Wuzzy
Fix incorrect string number for Slovak strings for King death
2018-10-25, by Wuzzy
Support CJK fonts for sidFPS as well
2018-10-25, by Wuzzy
Add CJK font support for sidAmmoCount
2018-10-25, by Wuzzy
fix some of Wuzzy's rage
2018-10-25, by alfadur
some ja.txt corrections
2018-10-25, by alfadur
update ja.txt
2018-10-25, by alfadur
Also report chat and added rooms in log
2018-10-24, by unc0rr
Fix hog can drop more than 2 s. mines if first one was dropped from utility, then stop using that utility
2018-10-24, by Wuzzy
Finish hedgewars-checker implementation
2018-10-24, by unc0rr
disable basic comment support 'cause lua is nuts
2018-10-24, by nemo
Create replay file, run engine, result from it and send it to the server. Not implemented: filtering of engine output.
2018-10-24, by unc0rr
Start checker implementation in rust
2018-10-23, by unc0rr
Fix silly loop
2018-10-23, by unc0rr
Add --protocol option to engine
2018-10-20, by unc0rr
change draw_thick_line iteration order to benchmark winner
2018-10-19, by alfadur
Change Land2D::fill() arguments a bit
2018-10-19, by unc0rr
Fix ArcPoints never finishing
2018-10-19, by unc0rr
revert 2354264ab0b0
2018-10-19, by alfadur
apply some codegolfing for dubious reasons
2018-10-18, by alfadur
Use integral-geometry iterators to implement Land2D::draw_thick_line, remove no longer unused functions from Land2D
2018-10-18, by unc0rr
Don't generate unnecessary duplication in case of equal coordinates
2018-10-18, by unc0rr
Add EquidistantPoints iterator to help iterating over all points of circles
2018-10-18, by unc0rr
Implement ArcPoints iterator for circles
2018-10-18, by unc0rr
put back land2d.map accidentally replaced by testing code
2018-10-18, by alfadur
fix fppoint.max_norm
2018-10-18, by alfadur
move point struct into integral-geometry and use it to refactor a bit
2018-10-18, by alfadur
Improve test a bit
2018-10-17, by unc0rr
Make use of LinePoints in Land2D::draw_line
2018-10-17, by unc0rr
Introduce integral-geometry crate, implement LinePoints iterator
2018-10-17, by unc0rr
Raise levels of abstraction to implement draw_thick_line() avoiding code duplication
2018-10-17, by unc0rr
Lua: Add PLATFORM global var to distinguish between desktop and mobile builds
2018-10-17, by Wuzzy
add left scalar operations to fpnum
2018-10-17, by alfadur
Implement Land2D::change_round()
2018-10-16, by unc0rr
Implement get_unchecked* functions for Vec2D
2018-10-16, by unc0rr
add opassign implementations
2018-10-16, by alfadur
make methods public
2018-10-16, by alfadur
add scalar operations
2018-10-16, by alfadur
fix test
2018-10-16, by alfadur
add more fpnum functions
2018-10-16, by alfadur
Implement Land2D::fill() + tests
2018-10-15, by unc0rr
Add basic windows build script
2018-10-15, by alfadur
fix library names in engine
2018-10-15, by alfadur
Make parameters meaning more obvious
2018-10-15, by unc0rr
tag both as overloadable - seems to satisfy clang 3.4
2018-10-15, by nemo
fix path to ppas.bat to avoid confusing nmake
2018-10-15, by alfadur
add back accidentally removed sections
2018-10-15, by nemo
Start land2d library implementation: draw_line() method
2018-10-14, by unc0rr
Add get_mut() to Vec2D
2018-10-14, by unc0rr
Simplify Vec2D::new() a bit
2018-10-14, by unc0rr
remove old sdl headers and libs in support of recent deletionism spirit
2018-10-14, by alfadur
.. or rather move calling conventions to proper position
2018-10-14, by alfadur
set proper sdl calling convention for vcpkg builds
2018-10-14, by alfadur
Implement vec2d library to use for land arrays in the future
2018-10-14, by unc0rr
fix frontend compatibility issues
2018-10-14, by alfadur
use correct compiler flags
2018-10-14, by alfadur
Start work on landgen rust lib
2018-10-14, by unc0rr
Remove more dead code from uLandOutline
2018-10-14, by unc0rr
don't use -Wextra when building with vcpkg
2018-10-14, by alfadur
add extra rule for negative integers
2018-10-14, by alfadur
Implement Iterator trait for LaggedFibonacciPRNG
2018-10-14, by unc0rr
Remove some dead code from template-based land gen
2018-10-14, by unc0rr
reorder params, deleted obsolete *_passes
2018-10-14, by nemo
fix return name and bound type
2018-10-14, by alfadur
remove extra begin
2018-10-14, by alfadur
add missing .
2018-10-14, by alfadur
Convert uLandTemplates into yaml file
2018-10-14, by unc0rr
one more merge
2018-10-14, by nemo
merge
2018-10-14, by alfadur
merge
2018-10-14, by alfadur
improve stability for checks
2018-10-13, by alfadur
fix offsets
2018-10-13, by alfadur
Fix overflow in CheckGearNear
2018-10-13, by alfadur
add fpnum literal macro
2018-10-13, by alfadur
delegate cmp to rustlib
2018-10-13, by alfadur
forgot a line
2018-10-10, by alfadur
update frontend japanese translation
2018-10-10, by alfadur
Make converter for uLandTemplates into yaml
2018-10-13, by unc0rr
Implement lagged Fibonacci PRNG in rust, compatible with hwengine
2018-10-13, by unc0rr
inline more operators in fpnum
2018-10-13, by unc0rr
delegate cmp to rustlib
2018-10-13, by alfadur
Add some more tests
2018-10-13, by unc0rr
Reimplement hwFloat library in rust for future use
2018-10-12, by unc0rr
Drop internal PhysFS, bump PhysFS requirement to 3.0.0
2018-10-12, by Wuzzy
- Fix insert() for strings in pas2c
2018-10-11, by unc0rr
drop the error checked StrToInt as non-critical - pas2c did not implement it.
2018-10-09, by nemo
IFDEF out missing function with FIXME, revert pas2c change in 0ecf77e203c0 as suggested by unc0rr, another string annotation
2018-10-09, by nemo
bunch more of those shortstring/ansistrings
2018-10-09, by nemo
make explicit for pas2c some string casts that fpc was probably doing automatically
2018-10-09, by nemo
Update German translation
2018-10-07, by Wuzzy
Update locale files
2018-10-07, by Wuzzy
ASA, ice02: Change time strings for consistency with other time strings
2018-10-06, by Wuzzy
No-op when entering /clan command with no argument
2018-10-06, by Wuzzy
merge
2018-10-05, by alfadur
Windows 1809 GetUserProfileDirectory failure workaround
2018-10-06, by alfadur
add debug output for physfs init failure
2018-10-06, by alfadur
Make sure AddChatString is only fed with shortstrings
2018-10-06, by Wuzzy
Fix double tmp override in chTeamBack; Use shortstring for sidTeamGone/sidTeamBack
2018-10-05, by Wuzzy
formatA expects ansistring params
2018-10-05, by nemo
this should probably exit -1 - pas2c was complaining about uninitialised var
2018-10-05, by nemo
silly tmp var for sake of pas2c
2018-10-05, by nemo
Fix pas2c build dependencies
2018-10-05, by unc0rr
Fix pas2c build a bit more
2018-10-05, by unc0rr
Precalculate cMaxHogHealth
2018-10-05, by Wuzzy
Merge unC0Rr's pas2c fix
2018-10-05, by Wuzzy
Fix previous patch, add support for High(Longword)
2018-10-05, by unc0rr
Backed out changeset aed7ee68305a
2018-10-05, by Wuzzy
Fix pas2c not having support for High(LongInt) in init expressions
2018-10-05, by unc0rr
Pas2C: Implement rendering of High() similiar to that of Low()
2018-10-05, by Wuzzy
Update Big Armory preview image
2018-10-05, by Wuzzy
Hide creeper from frontend, prevent addition of creeper ammo via ammo scheme
2018-10-05, by Wuzzy
Don't load game scheme from file if name collides with default scheme
2018-10-05, by Wuzzy
Don't save default weapon scheme in file; don't load weapon scheme from file if name collides with default scheme
2018-10-05, by Wuzzy
Rename amDuck and related symbols to amCreeper, gtCreeper, etc.
2018-10-05, by Wuzzy
Remove unused doStepDuck gear handler
2018-10-05, by Wuzzy
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
tip