Issue372

Title lvledit: completely skip light in the editor (?)
Priority minor Status resolved
Assigned To Keywords
Linked issues Watchers hakzsam

Submitted on 2011-07-24 19h08 by tracker_migration, last changed by matthiaskrgr.

Messages
Author: tracker_migration Date: 2011-04-08   13h23
Submitted by matthiaskrgr
If it's possible, light / light sources  should be completely disabled in the editor.
Currently, when one has more than 200 light sources in on the screen, there are a lot of warnings printed into the terminal.
Zooming out, this is even more likely to happen.

If possible, the entire light radius thing should be skipped in the editor (so warnings were avoided) and only while playtesting.

Is that doable Samuel?
Author: tracker_migration Date: 2011-04-17   12h47
Posted by hakzsam
I don't understand your ticket, what do you mean ? Could you add a screenshot if needed.
Author: tracker_migration Date: 2011-04-17   13h00
Posted by matthiaskrgr
When you go to level 53 and zoom out as much as possible, you should get warnings like

Freedroid has encountered a problem:
In function: update_light_list.
FreedroidRPG package and version number: freedroidrpg 0.14.1+svn.
WARNING!  End of light sources array reached!The problem mentioned above is not fatal, we continue the execution.
----------------------------------------------------------------------

into your console.

However, light (light radius thing) is not shown in the editor anyway but IIRC, Fluzz said it was computed nevertheless.

So completely skipping the light stuff in the editor (since it is not shown) might
1) avoid the warnings
2) result in higher FPS rate
Author: tracker_migration Date: 2011-04-17   13h05
Posted by hakzsam
I can't reproduce it.
Author: tracker_migration Date: 2011-06-18   19h59
Posted by hakzsam
Does it fix the issue http://rb.freedroid.org/r/1175/ ?
Author: salimiles Date: 2011-11-15   22h35
Assigning to original poster to check if this affects the current version, r5153.
Author: matthiaskrgr Date: 2011-11-20   10h18
Looks fixed.
History
Date User Action Args
2011-11-20 10:18:10matthiaskrgrsetstatus: open -> resolved
nosy: - matthiaskrgr
messages: + msg2036
assignedto: matthiaskrgr ->
2011-11-15 22:35:22salimilessetassignedto: hakzsam -> matthiaskrgr
messages: + msg2017
nosy: + matthiaskrgr
title: EDITOR: completely skip light in the editor (?) -> lvledit: completely skip light in the editor (?)
2011-07-25 11:42:30matthiaskrgrsetpriority: bug -> minor
assignedto: hakzsam
nosy: + hakzsam
2011-07-24 19:08:08tracker_migrationcreate