Make StatusScreen::End virtual

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: Make StatusScreen::End virtual

Re: Make StatusScreen::End virtual

by ZippeyKeys12 » Thu Sep 20, 2018 2:20 pm

This can be [Added]

Re: Make StatusScreen::End virtual

by Rachael » Sat Sep 15, 2018 12:28 am

Fair enough.

Re: Make StatusScreen::End virtual

by ZippeyKeys12 » Fri Sep 14, 2018 10:14 pm

I have 3 gzdoom repos on my computer, small stuff, INI parser export and per-mod storage. When one is compiling I work on the other. Once it compiles I go through all the compiler warnings to see if it is from any changes of mine. Then I make a test wad testing every function added or changed and play through map 1 of freedoom. Rinse and repeat.
The 3 PR's are for super easy stuff, that's why it was so quick.

Re: Make StatusScreen::End virtual

by Rachael » Fri Sep 14, 2018 6:33 pm

Zippey are these being properly tested before you submit them? If so, what exactly is the procedure by which you go about doing so?

I'm not saying anything's wrong with it, but you're going a bit quick with them and that concerns me.

Re: Make StatusScreen::End virtual

by ZippeyKeys12 » Fri Sep 14, 2018 6:30 pm

Make StatusScreen::End virtual

by Marrub » Fri Feb 09, 2018 10:04 am

Currently there is no way to do something when an intermission screen exits besides overriding all functions that call End(), so it would be rather convenient to be able to just override it and do stuff there.

Top