Kromster80 / kam_remake

"KaM Remake" is an RTS game remake written in Delphi from scratch.
http://www.kamremake.com
GNU Affero General Public License v3.0
355 stars 88 forks source link

Adds creation of flags and nodes via double-click and Drag&Drop #427

Open LauraRozier opened 6 years ago

LauraRozier commented 6 years ago

This might assist with solving the issues of #323

LauraRozier commented 6 years ago

@reyandme I tried to make a PR to your repo, but it seems to be lagging behind a bit, hence there is no PR. :)

reyandme commented 6 years ago

@thibmo, what do you mean by lagging ? You have some problems with internet connection? Anyway, I can try to use cheerypick commit to move it into my repo

LauraRozier commented 6 years ago

Nono, as in your "master" branch is behind in commits. :)

reyandme commented 6 years ago

Ok, cherrypicked into my repository

reyandme commented 6 years ago

I have found a bug with drag'n'drop feature - if try to place Flag near left or top border of background image - got an exception, cause of Word type and negative left/top value for flag image. Fixed in my repo with commit: https://github.com/reyandme/kam_remake/commit/291638228382599a906bac160a247a0d0f1981c3

Also fixed selection for new node/flag

LauraRozier commented 6 years ago

Thanks, will include it. :)