kam_remake icon indicating copy to clipboard operation
kam_remake copied to clipboard

"KaM Remake" is an RTS game remake written in Delphi from scratch.

Results 17 kam_remake issues
Sort by recently updated
recently updated
newest added

Hi! I'm trying to run the KaM Remake in Wineskin with a WineCX64Bit engine. This is a 64-bit Wine engine which is able to run 32-bit Windows applications; it runs...

Changed master setting from a single string to a list of strings Updated Master server's query requests to re-try in case of an error from a master server. Number of...

switch from current Adler32CRC to System.Hash.TBobJenkinsHash. It's faster and provides more unique results (as tested on ~90k files on SSD, Adler32CRC had 460 collisions. BobJenkins had 0 and was ~30%...

enhancement

There's currently no state to retrieve the position set using a move order

Based on discussion in discord, the OnUnitAttacked event triggers when the unit is attacked by a tower, despite it's description. Ref: https://discord.com/channels/338733130565287936/646798830192295936/1210504489505914890

FPC and Lazarus on Linux do not have List.List[] property, but List fortunately has Sort() method at Linux platform with a comparator to give from a call site Please, consider...