Commit graph

1910 commits

Author SHA1 Message Date
Victor Shcherb
6f9fdb2b18 Add timing 2011-10-26 12:20:39 +02:00
Victor Shcherb
a3520e4bc8 Align text to make it more visible 2011-10-26 01:51:15 +02:00
Victor Shcherb
00280553a6 Calculate box correctly 2011-10-26 01:00:06 +02:00
Victor Shcherb
91810f52d5 Simple intersection calculation 2011-10-25 21:23:42 +02:00
Victor Shcherb
c2d4dcd06e Add text information writing 2011-10-25 16:06:37 +02:00
Victor Shcherb
ea5ad95433 Implement objects 2011-10-25 01:43:11 +02:00
Victor Shcherb
f7b1fd2d30 Implement sorting 2011-10-24 18:32:39 +02:00
Victor Shcherb
e563fa5659 Default implementation 2011-10-24 17:04:00 +02:00
Victor Shcherb
045b385636 Use internal rendering rules 2011-10-24 13:43:31 +02:00
Victor Shcherb
49531e162f Initialize internal rendering rules 2011-10-24 12:57:01 +02:00
Victor Shcherb
b61215e4de Rendering Rule refactoring 2011-10-23 22:59:36 +02:00
Victor Shcherb
41a76a7480 Rendering Rule refactoring 2011-10-23 22:28:07 +02:00
Victor Shcherb
8a90c6e282 Add multipolygon and multiline 2011-10-23 19:23:22 +02:00
Victor Shcherb
ed2474773d clean the code 2011-10-23 19:02:32 +02:00
Victor Shcherb
dd31e38d12 Add shaders 2011-10-23 18:46:17 +02:00
Victor Shcherb
dfe0380714 Modify rendering bitmap loading 2011-10-23 18:21:34 +02:00
Victor Shcherb
fdcb956e06 Compile library properly 2011-10-23 16:47:28 +02:00
Victor Shcherb
ada5634f6d Small changes to rendering 2011-10-22 20:47:56 +02:00
Victor Shcherb
02558f6b90 Rebuild to cpp 2011-10-22 14:00:59 +02:00
Victor Shcherb
e0943354f7 Rendering try 2011-10-22 11:52:11 +02:00
Victor Shcherb
4f74130bd5 First attempt 2011-10-21 22:22:46 +02:00
Victor Shcherb
a7dc62393e Trying to setup debug 2011-10-21 20:47:27 +02:00
Victor Shcherb
c05f95cf24 Initial implementation 2011-10-21 14:02:46 +02:00
Victor Shcherb
e71a0738c2 Initial configuration 2011-10-21 00:44:53 +02:00
Victor Shcherb
9c2481a780 Merge branch 'niceRoads' 2011-10-20 22:41:40 +02:00
Victor Shcherb
a8f52ba922 Update shadow paint only for one mode 2011-10-20 22:36:36 +02:00
Victor Shcherb
7ba54c90ed Update shadow rendering to current implementation 2011-10-20 22:21:40 +02:00
Victor Shcherb
4ab6618bc7 Update shadow rendering to current implementation 2011-10-20 22:10:01 +02:00
sonora
11d7d88a57 string improvements 2011-10-20 21:35:22 +02:00
Victor Shcherb
ba3ecbd0a0 Merge niceRoads with master 2011-10-20 21:08:27 +02:00
dusan
f93a435f5c updated slovak translation-added new strings 2011-10-20 14:48:57 +02:00
Victor Shcherb
be4bf19692 Fix nature offshore rendering 2011-10-20 14:42:38 +02:00
Victor Shcherb
02a2b9992a Improve perfrmance. Fix small issues 2011-10-20 12:47:02 +02:00
Victor Shcherb
69173798eb Add hno to new renderer 2011-10-20 11:31:45 +02:00
Victor Shcherb
db0966450f Merge branch 'renderingAxes' 2011-10-20 11:29:26 +02:00
Victor Shcherb
c26ac730d6 Add UI for custom preferences 2011-10-20 11:23:15 +02:00
Victor Shcherb
0a6367ec9a Fix small issues 2011-10-19 18:32:03 +02:00
Victor Shcherb
050a003957 Improve performance 2011-10-19 18:08:53 +02:00
Victor Shcherb
292f84ffbf Fix small issues 2011-10-19 17:26:09 +02:00
Victor Shcherb
93098a731f Draft implementation 2011-10-19 16:42:50 +02:00
Victor Shcherb
cfa7138ed0 Implement rendering rule search request 2011-10-19 12:35:31 +02:00
pavolzibrita
01c58ef3d5 Merge pull request #99 from zibik/patch-5
Next try of translation the lastest strings (see pull rq #96)
2011-10-19 00:49:07 -07:00
Zbigniew Czernik
22e8b2b21a Next try of translation the lastest strings (see pull rq #96) 2011-10-19 02:16:03 +03:00
pavolzibrita
d6b1ac46c3 Merge pull request #92 from goedson/fix_day_night_rendering
Fix calculation of Sunrise and Sunset times
2011-10-18 14:59:38 -07:00
Goedson Teixeira Paixao
5d892cfd89 Fix TimeZone.getOffset() call 2011-10-18 19:40:09 -02:00
Goedson Teixeira Paixao
91b5662a6f Changed SunriseSunset constructor interface
Changed the SunriseSunset construtor to take the TimeZone as
parameter, leaving the offset calculations to its implementation.

Changed the SunriseSunset instantiation at DayNightHelper
accordingly.
2011-10-18 17:05:38 -02:00
Pavol Zibrita
900cd0f12a updated scripts to support better failed/fixed notification 2011-10-18 11:28:09 +02:00
Goedson Teixeira Paixao
3738a9990e Fixed signal of offset in call to SunriseSunset
Invert the signal of timezone offset when calling SunriseSunset
constructor.
2011-10-17 22:28:27 -02:00
Victor Shcherb
cfd20fe776 Fix rendering rules 2011-10-18 01:56:16 +02:00
Goedson Teixeira Paixao
94353e24b3 Changed SunriseSunset interface to get offset in minutes
SunriseSunset's constructor originally got the timezone offset in
fraction of hours. Changed it to get it in minutes, to make the API
simpler to use.
2011-10-17 21:45:38 -02:00