0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 16 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added random race More... about 15 years ago
Added extra header informations and retrofitted defaction into action function More... about 15 years ago
Merge branch 'master' of [email protected]:gnuvince/clj-starcraft More... about 15 years ago
Added more headers from http://code.google.com/p/vgce/wiki/starcraftReplayHeader More... about 15 years ago
Tweaked tests More... about 15 years ago
s/next/rest/, duh More... about 15 years ago
avoided destructuing More... about 15 years ago
switched from lazy-cons to lazy-seq in prevision of the merging of the lazy branch into trunk More... about 15 years ago
small refactoring More... about 15 years ago
Modified read-field-aux to improve performance More... about 15 years ago
s/(into [] ...)/(vec ...)/ More... about 15 years ago
Added GPL 3 text More... about 15 years ago
Changed all :unknown fields for nil to save memory and added README More... about 15 years ago
Added build.xml More... about 15 years ago
moved hu into src More... about 15 years ago
moved source files into src/ More... about 15 years ago
Added action-distribution Removed un-needed Java files More... about 15 years ago
Made apm lazy and added Archons and Dark Archons to unit-distribution More... about 15 years ago
Code fix in r1279 for my problem. All types converted to int More... about 15 years ago
Tweaked get-byte and get-short to work around a bug introduced in Clojure r1265 More... about 15 years ago
Added utils More... about 15 years ago
Separated actions by player-id This is slower than it was before by about 25-30%. Need to look into this. More... about 15 years ago
No conversion to long for Integers More... about 15 years ago
Added some missing actions (thanks to Andras Belicza) More... about 15 years ago
Bug fix: unknown actions are read, but ignored. More... about 15 years ago
Performance enhancement by providing type hints to prevent reflection calls. More... about 15 years ago
Using functions is faster than using a macro in the end. More... about 15 years ago
Switched from lists to vectors in :import statements More... about 15 years ago
Apparently set and get are not the only hot key actions that happen. Added a default case. More... about 15 years ago
added decoding of commands (there is still an java.lang.ArrayIndexOutOfBoundsException exception though) More... about 15 years ago