Iván Sánchez Ortega

Results 75 issues of Iván Sánchez Ortega

Enhancement request: Exactly like #4, but for cylindrically-projected textures (e.g. map images in EPSG:3857 CRS). Should take a 3-component vector as an input, the orientation of the cylinder. e.g. `[0,...

enhancement

This is a follow-up of #70/#78, re: numbers of credits in trade goods tables. I use the `ES-es` locale, which means that "ten thousand" is written as `10.000` with a...

Trade

Follow-up to #70/#78/#83, re: trading goods tables. I would like to click on the header of the table, on the "expected profit" cell (or on a hypothetical "expected profit per...

Trade

This is a follow-up of #70/#78. Right now, the tables with trade prices show all numbers aligned to the left, without units, and sometimes using two rows: ![imagen](https://user-images.githubusercontent.com/1125786/110246447-ebd69600-7f67-11eb-949e-fa9c91d28096.png) Instead, I'd...

Trade

Similar to #68, but subsector→world instead of sector→subsector. Again, an [image map](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/map)) should do the trick. All the subsectors have the same shape, so while creating the image map hexagons...

Map

In the "sector" view, clicking on a subsector in the map should take me to the sub-sector index for that subsector (consider an [image map](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/map)). A link to the poster...

Map

In the "Galaxy Index" view, I would like to be able to do a full-text search for sectors, subsectors and/or worlds (instead of depending on the drop-down menus). Ideally, this...

Galaxy Index

In the "sector" view, the list of subsectors is currently literally a list: ![image](https://user-images.githubusercontent.com/1125786/102719952-5a08a680-42f1-11eb-941b-fe259761a5bb.png) It would be nicer to have that formatted as a 4x4 grid, e.g.: ``` A: Menorial...

Subsector Index

The changes in #33 (inadvertently) left some old comments which are no longer true (i.e. the `waitForDisconnect()` function no longer times out after 5 sec). This just gets those comments...

Specifying more than one `@inherits` directive will break the inherited properties/methods/etc on the output. e.g. ... ``` @class foo @inherits bar @inherits quux @class bar @method barbar() ``` ... the...