KaM Remake
-
Recent Posts
Recent Comments
- Uco on KaM Remake history. Part 4. Going public
- Jan van der Zanden on Pascal: The best of both worlds
- Michael on Pascal: The best of both worlds
- Krom on KaM Remake repository is planned to move to GitHub in near future
- SendiMyrkr on KaM Remake repository is planned to move to GitHub in near future
Archives
Categories
Meta
Monthly Archives: August 2013
KaM Remake history. Part 3. Early Days
This chapter describes problems we had to solve early in development of KaM Remake. The project was a closely guarded secret for the first few months, we had to make sure we could solve problems before we would announce the … Continue reading
Posted in Development, History
4 Comments
How simple can be better than well-engineered?
Recent post about undo/redo in Map Editor attracted several comments along the lines “there’s a way to make it more efficient, why don’t you do it that way?” I’ll try to reply in detail inside.
Posted in Programming
4 Comments
Adding Unicode support
This is an open-ended article about Unicode in KaM Remake. Easy at it sounds, Unicode is better to have than not. However there are few complications that need to be sorted out and YOUR opinion might help.
Posted in Development
4 Comments
How to design simple undo/redo functionality?
When working with a map editor undo and redo are one of the most useful tools. They allow to correct sudden mistakes and revert wrong decisions. But how hard is it to design a proper undo/redo solution? Let’s see inside:
Posted in Development
6 Comments