Commit Graph

177 Commits

Author SHA1 Message Date
Michael 9355ff49b5 gamewnd.cpp: enable arbitrary window size 2020-04-29 21:57:01 +02:00
Michael 2ea04d23bb supportfn.cpp: use correct buffer size when copying differently sized buffers 2020-04-20 20:54:45 +02:00
Michael 57fe958fb4 ctrls.cpp: add missing variable initialization 2020-04-19 14:00:55 +02:00
Michael 9e8c3b32cd uiwnd.cpp: use correct comparison operator for iterators 2020-04-19 13:47:22 +02:00
Michael 7ff07d34e6 saveload.cpp: restructure loop to avoid over-iteration after insert 2020-04-19 13:22:43 +02:00
Michael 42aafda1ca mainwnd.cpp: use rbegin()/rend() for backwards iteration 2020-04-19 13:19:02 +02:00
Michael ff92f30b81 uiwnd.cpp: use rbegin()/rend() for backwards iteration 2020-04-19 13:18:57 +02:00
Michael 7b9338f748 uiwnd.cpp: fix deletion algorithm for vector 2020-04-19 13:09:10 +02:00
Michael 6088118dc0 token.cpp: add missing variable intialization 2020-04-19 12:46:21 +02:00
Michael 214c00661f trespass/main.cpp: add missing variable initialization 2020-04-18 17:28:44 +02:00
Michael 8c596d72f7 tpassglobals.cpp: add empty LineColour implementation 2020-04-09 19:29:03 +02:00
Ian Brun cc8d61e9f6
Merge pull request #58 from meekee7/compile-trespass
Compile Trespass
2020-04-06 02:12:31 +02:00
Michael cf6232969c tpassglobals.cpp: use modern destroy 2020-04-04 14:35:49 +02:00
Michael d122d3a2ee trespass/mainwnd.cpp: use modern destroy 2020-04-04 14:34:45 +02:00
Michael 309019ad42 trespass/main.cpp: use modern destroy 2020-04-04 14:34:11 +02:00
Michael 7faee9efc2 video.h: fix path of include 2020-04-04 13:07:43 +02:00
Michael 308e7a2c8a uiwnd: use modern STL header names
- std::* treatment
- distinguish pointer usage and iterator usage
2020-04-04 13:07:03 +02:00
Michael c9fcd4de68 uidlgs.h: std::* treatment 2020-04-04 13:02:50 +02:00
Michael 3fdf3191f5 supportfn.cpp: std::* treatment
- distinguish pointer usage and iterator usage
2020-04-04 13:01:48 +02:00
Michael 0b3209ff4a saveload.cpp: std::* treatment
- distinguish pointer usage and iterator usage
2020-04-04 13:00:13 +02:00
Michael dddaa1b4a8 precomp.h: fix path in include 2020-04-04 12:58:11 +02:00
Michael 3f1cecec7d mainwnd.cpp: std::* treatment 2020-04-04 12:56:30 +02:00
Michael 0a71f60401 gamewnd.cpp: std::* treatment 2020-04-04 12:55:54 +02:00
Michael 215cb5a2ee dlgrender.cpp: add missing type to variable declaration 2020-04-04 12:55:28 +02:00
Michael 4cb2128212 DDDevice: adjust include paths
- add missing types to variable declarations
2020-04-04 12:54:56 +02:00
Michael 590008b33d ctrls: std::* treatment
- distinguish pointer usage and iterator usage
2020-04-04 12:54:04 +02:00
Ian Brun 946b2a4943 Initial commit 2018-01-01 23:07:24 +01:00