HomeWorld
|
e9a4faee45
|
Fixed #397 , take in account forced market groups
|
2011-01-19 11:40:39 +02:00 |
|
DarkPhoenix
|
532b0f890f
|
Update hardcoded item: mktgroup map
|
2011-01-18 10:01:34 +03:00 |
|
DarkPhoenix
|
886d5ade07
|
Update item meta groups
|
2011-01-11 09:18:01 +03:00 |
|
DarkPhoenix
|
33ce40c0dc
|
Also jump to proper meta tab when opening market group of forced items
|
2011-01-10 23:18:45 +03:00 |
|
DarkPhoenix
|
bd93b6c6ec
|
Added missing items to market
Revert if you don't like it :)
|
2011-01-10 18:28:06 +03:00 |
|
DarkPhoenix
|
ac8344a41e
|
Add Echelon to limited issue ships
|
2010-12-15 11:47:45 +03:00 |
|
cncfanatics
|
570c5a9a0c
|
Implement a set of modifications to allow attributeDisplay to directly
query attributes, this is always slower then using the normal method
except for the marketBrowser.
|
2010-12-06 09:47:30 +01:00 |
|
cncfanatics
|
bb827fdb54
|
Remove unneeded (and expensive) check
|
2010-11-25 11:00:46 +01:00 |
|
cncfanatics
|
811fe150a6
|
Add a try/catch block around callback calling
|
2010-11-19 12:15:36 +01:00 |
|
DarkPhoenix
|
817a1b11ee
|
Also search limited issue ships, closes #294
|
2010-11-08 00:37:10 +03:00 |
|
cncfanatics
|
eef0d9d1b1
|
Get rid of caching code in shipbrowser and do it in the service instead
(faster, less code, cleaner)
|
2010-11-03 09:51:25 +01:00 |
|
HomeWorld
|
12075be1b5
|
Added little animation for time consuming stage2 load - first run
|
2010-10-31 20:21:57 +02:00 |
|
Corollax
|
0903197ec5
|
Removed the empty Prototype Exploration Ship
Zephyr was moved to limited edition, so...yeah.
|
2010-10-30 15:43:14 -05:00 |
|
Corollax
|
83158f9d29
|
Small formatting changes to market.py
Moved a tuple to multiple lines
|
2010-10-30 15:19:27 -05:00 |
|
Corollax
|
f6932bc535
|
Tentative update to market.py
Moves limited edition ships to their own category
|
2010-10-30 15:16:55 -05:00 |
|
cncfanatics
|
a4fde578e7
|
Add a shipBrowserWorkerThread
|
2010-10-28 18:54:33 +02:00 |
|
cncfanatics
|
58b127ac08
|
Fix up broken filter toggles while searching
|
2010-10-28 07:40:48 +02:00 |
|
cncfanatics
|
59face543a
|
Optimize price fetching columns a bit, only use delayed showing if we
can't get the price right away.
|
2010-10-28 07:32:10 +02:00 |
|
cncfanatics
|
8b5640d9df
|
Merge the new shipbrowser into master *Nom*
|
2010-10-28 07:18:56 +02:00 |
|
cncfanatics
|
e0a92d0a68
|
Add search lookup method for shipbrowser
|
2010-10-27 16:02:56 +02:00 |
|
cncfanatics
|
51cfe23f41
|
Redesign of the ship browser, its a lot cleaner and extensible now
|
2010-10-27 12:14:00 +02:00 |
|
Weeknie
|
f224d840e4
|
Revert "Added a proxy to get the Module object belonging to a certain Item object"
This reverts commit 6a3182d397.
Conflicts:
service/market.py
|
2010-10-26 00:01:31 +02:00 |
|
Weeknie
|
73ae427f65
|
Fixed the Module proxy, now it actually returns the Module object
|
2010-10-25 23:31:32 +02:00 |
|
Weeknie
|
6a3182d397
|
Added a proxy to get the Module object belonging to a certain Item object
|
2010-10-25 23:22:44 +02:00 |
|
cncfanatics
|
2436b21867
|
Make sure we get no tracebacks if we shutdown early
|
2010-10-25 09:36:12 +02:00 |
|
cncfanatics
|
5b321d2fb9
|
Fix jump to for deadspace/storyline items, as well as for rigs &
subsystems
|
2010-10-24 15:04:43 +02:00 |
|
cncfanatics
|
b1bcd96c57
|
Automagicly jump to the relevant metagroup too when jumping to items
|
2010-10-21 12:22:44 +02:00 |
|
cncfanatics
|
5c653c98ae
|
Add a try:except:finally block in the market price fetching thread
|
2010-10-19 08:23:01 +02:00 |
|
cncfanatics
|
bd295949d3
|
Remove some useless imports
|
2010-10-15 12:46:19 +02:00 |
|
cncfanatics
|
b9daafd20a
|
Use getGroup for grabbing groups, not getItem, it might work a tad better
|
2010-10-09 14:22:27 +02:00 |
|
HomeWorld
|
4e195b6850
|
Revert "Fix a bug where passing a float to getItem would make stuff choke pretty badly"
This reverts commit 6353dde4c0.
|
2010-10-09 15:01:20 +03:00 |
|
cncfanatics
|
6353dde4c0
|
Fix a bug where passing a float to getItem would make stuff choke pretty badly
|
2010-10-09 13:48:31 +02:00 |
|
cncfanatics
|
e8bd652ccf
|
Fix a bug in figureIcon
|
2010-10-06 06:07:47 +02:00 |
|
cncfanatics
|
7387c21821
|
Recursivly figure out market group icons so we always have something to
display
|
2010-10-05 18:27:24 +02:00 |
|
cncfanatics
|
c5e69816fa
|
Add ammo display when relevant as well as icons for the stats
|
2010-10-04 16:26:05 +02:00 |
|
cncfanatics
|
0afae4e8fb
|
Add items.attributes to eager loading
|
2010-09-30 18:27:08 +02:00 |
|
cncfanatics
|
4d1961cba0
|
More work on the implant browser for chars
|
2010-09-29 11:31:50 +02:00 |
|
cncfanatics
|
b5f070b9e0
|
also eagerly load marketgroups for ships
|
2010-09-23 18:21:33 +02:00 |
|
cncfanatics
|
bdd959d75f
|
Change over the price fetching code to a queue instead of a cv, fix some minor stuff
|
2010-09-21 20:54:30 +02:00 |
|
cncfanatics
|
2b4376614b
|
Gray out unused toggles while browsing through the marketBrowser too
|
2010-09-21 16:40:44 +02:00 |
|
cncfanatics
|
d7edb9622e
|
Rework some price fetching stuff to be more elegant
|
2010-09-21 16:07:56 +02:00 |
|
cncfanatics
|
8578b9bcd1
|
Add a worker thread for search and use it to run search requests
|
2010-09-21 15:55:38 +02:00 |
|
cncfanatics
|
993c79f4f5
|
Rename controller to service
|
2010-09-18 12:31:22 +02:00 |
|