2022-01-25 alfadur use grid only for static gears
2021-12-02 Zaubermaus fix typo in german lua strings
2021-10-16 alfadur make seduction work on sentries
2021-10-16 alfadur remove owner from wild sentries
2021-10-15 alfadur fix sentry bullet misattribution
2021-10-15 alfadur paint sentries in clan colors
2021-10-15 alfadur make domesticated sentries not target their owners
2021-10-15 alfadur reduce blowtorch radius to avoid grabbing gears behind current🦔
2021-10-15 alfadur reduce digging damage frequency
2021-09-09 alfadur use array map in timer constructor
2021-09-06 alfadur Avoid crashing on physfs failure
2020-08-10 alfadur workaround for FPC 3.2.0 ICE 1.0.0
2021-07-14 unc0rr Add janitor plugin that would suggest mingpt plugin to reply to newcomers messages
2021-07-14 unc0rr Publish join and part commands as well
2021-07-10 unc0rr Begin attempt to convert checker into async using tokio
2021-06-30 alfadur eat warnings
2021-06-30 unc0rr - Update hedgewars-network-protocol library with messages needed for checker
2021-06-29 unc0rr Add parser and idempotention tests for server messages
2021-06-25 sheepluva hedgewars-engine (rust)/preview: recognise feature_size cmd and do something with it
2021-06-25 sheepluva add comment header to function to pretend that I care
2021-06-25 sheepluva hedgewars-engine (rust): do something I consider approximate linear filtering for prettier previews
2021-06-25 sheepluva hedgewars-engine (rust): don't use image lib, manually resize (because speed); using nearest px for now
2021-06-23 sheepluva hedgewars-engine (rust): ugly+slow impl for returning lib's previews (QTfrontend "compatible")
2021-06-23 unc0rr Extract network protocol into a separate crate
2021-06-23 nemo Hopefully this is a little more sensible
2021-06-22 sheepluva hedgewars-engine (rust): fix "protocol_version" -> "hedgewars_engine_protocol_version"
2021-06-21 alfadur update nom
2021-06-21 alfadur update mio
2021-06-21 alfadur add polled timer
2021-06-20 alfadur update glutin
2021-06-19 alfadur fix error string
2021-06-19 alfadur load haskell directly into Replay
2021-06-19 alfadur find excuses to use shiny new 🦀 features
2021-06-17 unc0rr Add sample ubot plugin written in haskell
2021-06-15 unc0rr Update mingpt plugin to include recent chat history in the seed
2021-06-15 unc0rr Fix detection of message author in ubot core
2021-06-12 unc0rr Add mingpt plugin which is mingpt example from tch repo plus amqp wrapper by me
2021-06-12 unc0rr Add url bot plugin based on url-bot-rs (only the difference from their repo)
2021-06-08 unc0rr Add main module for irc bot which serves as an irc<>rabbitmq relay
2021-05-28 Wuzzy Use the singular 'they' in code comments, where it makes sense
2021-05-28 Wuzzy German announcer messages: Remove gender assumptions
2021-05-28 Wuzzy Singular 'they': Update comments in engine locale files
2021-05-28 Wuzzy Use 'singular they' instead of 'he'
2021-05-26 sheepluva Hedgewars lobby to IRC proxy
2021-04-13 nemo bug #823 missing nil checks crasher introduced in r4aa19b21707d 1.0.0
2021-04-13 nemo bug #823 missing nil checks crasher introduced in r4aa19b21707d
2021-04-05 Wuzzy Add missing column in credits.csv
2021-03-23 alfadur add const generics to physics step
2020-06-04 felixonmars Fix build with Qt 5.15+ 1.0.0
2021-03-15 L29Ah anarchist flags
2021-01-21 alfadur fix framebuffer sizing
2021-01-20 alfadur add wgpu support to hwrunner
2021-01-07 alfadur move time out of physics
2020-12-13 Wuzzy Add alfadur to credits for Mushroom/Teapot graves
2020-12-13 Wuzzy Teach vgtSmallDamageTag to use dX, dY and screen coords (Frame<>0)
2020-12-13 Wuzzy Fix crash when spawning vgtSmallDamageTag in Lua
2020-12-07 Wuzzy Lua locale check: Disable line length warning
2020-12-07 Wuzzy Credit heretic43 for zh_CN translation
2020-12-07 heretic43 Update translation: zh_CN
2020-11-17 alfadur implement event cancelation
2020-11-16 alfadur fix event registration
2020-11-15 alfadur reduce fps
2020-11-15 alfadur get texcoords from atlas
2020-11-14 alfadur add texturing to gear renderer
2020-11-13 alfadur fix triangle count
2020-11-13 alfadur start drawing gears
2020-11-12 alfadur safetize buffer interface
2020-11-12 alfadur safetize texture interface
2020-11-11 alfadur allow finding sprites
2020-11-11 alfadur restore gear generation
2020-11-11 alfadur remove crash from collision
2020-11-11 alfadur fix indexing
2020-11-11 nemo trying to build
2020-10-22 unC0Rr Reduce the amount of parens in pas2c output for prettier result, hopefully not breaking anything
2020-10-22 unC0Rr Fix some problems caught by C compiler
2020-10-22 unC0Rr Mark global variables in implementation section static
2020-10-21 alfadur add more const qualifiers to maintain a semblance of activity
2020-10-20 unc0rr Fix lack of declaration decorations for dynamic arrays in Pas2C
2020-10-12 Wuzzy AI: Nerf piano rating; AI will now only use it if it expects huge damage
2020-10-11 Wuzzy Fix freeze when aiming laser at 90° into sky
2020-10-11 Wuzzy Fix minor offset mismatch with wrapping laser
2020-10-11 Wuzzy Fix laser sight wrapping sometimes wrapping too often
2020-10-08 Wuzzy Disable text highlight for TimeBox "disclaimer" in all languages
2020-10-08 Wuzzy AI: Add reuse bonus to SMine (like shotgun)
2020-10-08 Wuzzy Fix AI sometimes making weird SMine shots
2020-10-08 Wuzzy Fix hammer not digging when hitting hog with 0 health
2020-10-08 Wuzzy Fix hog not returning from TimeBox when all land was destroyed
2020-10-07 Wuzzy AI: Don't sacrifice final hog with kami or piano
2020-09-10 unC0Rr Prevent AI from getting stuck in attempt to look in another direction after choosing bee weapon
2020-09-05 alfadur fix vcpkg build
2020-08-10 alfadur workaround for FPC 3.2.0 ICE
2020-08-09 unc0rr Display lobby chat in checker
2020-08-01 alfadur add teapot grave
2020-07-31 alfadur improve 🍄 shading
2020-07-30 alfadur add 🍄 grave
2020-07-20 Wuzzy KeyBindToName: Return HW's internal key name if SDL yields no name
2020-07-19 Wuzzy Fix piano spawning vgtNote if slot key without sound was pressed
2020-07-19 Wuzzy AI: Add new sine gun test (still WIP)
2020-07-19 Wuzzy AI: Don't end ammo tests too early for knife and drill rocket
2020-07-19 Wuzzy AI: Fix bad AI collision checks
2020-07-18 Wuzzy Fix some incorrect AI collision checks
2020-07-17 Wuzzy AI: Update list of gears that trigger activity
2020-07-16 Wuzzy Flags preview: Hide CPU flags
2020-07-16 alfadur make water sentries more resistant to sinking
2020-07-12 alfadur don't delete shotgun shot after it has parted
2020-07-11 alfadur add collision to land sentries
2020-07-11 alfadur world wrap water sentries
2020-07-11 alfadur place some generated sentries in water
2020-07-11 alfadur improve sentry jumping out
2020-07-11 alfadur improve sentry target selection
2020-07-11 alfadur port behavior to water sentries
2020-07-11 alfadur allow deploying sentries on water
2020-07-10 alfadur add sentry deployment step
2020-07-10 alfadur prevent sentries from getting stuck in the corners
2020-07-08 alfadur fix sentry left jump
2020-07-08 alfadur make sentries reload after being hit
2020-07-08 alfadur add smoking to damaged sentries
2020-07-08 alfadur allow damaging sentries
2020-07-08 alfadur improve sentry spawn
2020-07-08 alfadur use named constants in FindPlace
(0) -10000 -3000 -1000 -120 +120 tip