7 Commits

Author SHA1 Message Date
5d7cfdb3bc Refactored Namespaced stuff
- Namespaced now takes full ID in constructor
  - Changed the rest of source accordingly
- Moved everything related to Namespaced into .util.namespaced package
- Errors are now reported with IllegalIdException instead of IAE
- Error checking is optimized
- NamespacedUtil exposes more of its requirements
- Added StringUtil.splitAt
- Added ArrayUtil.isSorted
2020-11-17 12:46:33 +03:00
aeed34d105 Changed name to Progressia in README and file headers 2020-08-10 14:07:53 +04:00
4cf0324f1a Moved everything into ru.windcorp.progressia package 2020-08-10 12:22:45 +03:00
1362dab2c1 Updated BinUtil and CoordinatePacker
- Added packing 2 ints into a long to CoordinatePacker
- Added iPowerOf2(int) to BinUtil
2020-08-06 21:36:45 +03:00
f6d521fe8a Fixed copyrights 2020-08-01 18:08:13 +03:00
16205909ed Refactored texture loading: added caching and allowed loading from RAM 2020-07-31 14:42:28 +03:00
e96a30c275 Initial commit 2020-07-29 12:30:34 +03:00