Skip to content
#

engine

Here are 1,584 public repositories matching this topic...

heinezen
heinezen commented May 4, 2020

The new converter (#1151) uses member objects to operate on data from the .dat files. While these provide the necessary functions for conversion, they are also significantly larger than the original dat file entries (20x - 400x the size). This results in a comparatively high memory usage, especially for DE2 which uses ~1.6 GB of memory for all dat file entries. Note that the converter does not

matiTechno
matiTechno commented Dec 19, 2019

Frequent bug: while sorting by y-coordinate, the vertices are sorted, but the data coming with the vertices is not.
Gouraud shading, forgot to sort intensities

In my case I was calculating a barycentric coordinate of one vertex and assigning it to a different vertex by mistake.
The artifacts looked exactly the same as you presented, if it is the same problem then the description could be

bgfx
AkkaWakka
AkkaWakka commented Dec 28, 2019

I think there is an error in the FrameLimiter implementation logic for the Sleep strategy, unless I'm misunderstanding something.

The docs say (emphasis mine):

Sleep will call thread::sleep with a duration of 0 milliseconds until the frame duration has passed.

In the code, the Sleep strategy is called with a zero duration:

const ZERO: Duration = Duration::from_millis(0
Gustav0ar
Gustav0ar commented Mar 19, 2019

Bug Report

What is the expected behavior?

To wiki show the correct way to be used now.

What is the current behavior?

I updated to latest beta 24, and saw that $media got deprecated, but docs still shows the old way for listening for MediaChange (using it).
I couldn't find a way to get the asObservable from MediaObserver that is not from $media like it shows in changelog.

vladak
vladak commented May 5, 2019

When working on a fix for #2755 I noticed that Git tag parsing is sub-optimal performance wise - to determine changeset/date for each tag a new command is spawned via Executor in buildTagEntry(). For repositories with large set of tags (e.g. Linux kernel) this could be taxing.

Either convert this to parallel execution (thread pool) or find a way how to get all the data in single command.

xavi-mat
xavi-mat commented Apr 17, 2020

The persistent section of the doc ( https://renpy.org/doc/html/persistent.html ). Does not talk about how to initialize them. (There has been some questions about it on discord). If there is no difference with default, define, init for persistent variables, probably a sentence like this will be enough: "persistent variables can be initialized with default, define or in an init block")

xray-16
kacejot
kacejot commented Aug 1, 2019

For now the wiki page of OpenXRay is a mess!
I mean all necessary pages on all possible languages are trying to fit into main wiki page.
I haven't even found coding conventions from the first time!

That should be structured by the next design:

  • Main page contains only links to language main wiki page.
  • Language main page contains thematic sections like: Development, Modding, Using, Conti
RianeNelson
RianeNelson commented Apr 6, 2020

Documentation issue

https://github.com/evennia/evennia/wiki/Tags

I would really appreciate a little clarification on tags and how to use them to extract objects. For example, if I have a list of objects and only want to get ones with "outside room" in the tag, there's no explanation of how to do so.

Suggested change

A couple examples perhaps using tags.get or something like that, s

sciter-sdk
pavelc7
pavelc7 commented Feb 15, 2020

open sciter-sdk\samples\log+debugging\log.htm in usciter.exe
press inspector=> syntax error, select error with arrows and shift, ctrl+c
it will copy text without quotes
it copy Error: bad syntax : Expecting
instead of
'
'>Error: bad syntax : Expecting ',' or ';', found '<identifier>'

(win10 x64, sciter x32)

soloud
brightening-eyes
brightening-eyes commented Feb 20, 2018

hi,
as you know, in SoLoud, the number of filters are limited
we should implement more like different reverbs, fir and irr filters, (these could be used to implement HRTF support), Chorus, One Poll, One Zero, Pole Zero, Two Pole, Two Zero, etc
a library exists called stk under zlib license which already implemented these maybe we can implement some of these out

Improve this page

Add a description, image, and links to the engine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the engine topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.