game
Here are 28,125 public repositories matching this topic...
-
Updated
Jun 8, 2020 - Swift
I hope I supposed to open an issue and not do something else.
I tried to search for the Lwjgl3ApplicationConfiguration and its related classes' documentation online but couldn't find it here: https://libgdx.badlogicgames.com/ci/nightlies/docs/api/
This project is a fork of excellent FHeroes2 from SourceForge (a beta-level recreation engine of original Heroes 2) but it improves UI, visuals, it offers quick combat by default with option to replay, few steps like "loading" are more optimized.
Add osu!
Suggest on README.md
I think a better "point of view" can be omitted for better reading because everyone knows what you are talking about, which the sample code might not compatible on their machines or browsers
Basic info
Application name: prom2teams
Application repo link: https://github.com/idealista/prom2teams
**Application h
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
A negative effect could potentially kill a unit. We need to check if the unit is still alive after executing the effects and return early if the unit died. Example: a "poisoned" effect (it doesn't exist, at least yet) that damages the unit turn by turn.
Create an overload of gfx_draw_string_left
on \src\openrct2\drawing\Text.cpp
with the same name, but that takes a const ScreenCoordsXY&
object instead of an int32_t x
and and an int32_t y
and replace the calls to the {x ,y}
pair by the one using ScreenCoordsXY
.
Don't try to do all calls at once, unless it doesn't occur a lot, as this might lead to a huge PR. When we stop using the
Currently documented bugs: The DSF Buglist for Diablo v1.09 (Lurker Lounge)
The goal of this issue is to document any new bugs we come across while examining the code that are native to the original game. This will help us fix them later on when we make mods/ports.
New bugs discovered (last update 06/24/18)
- When casting a
Fix variable order
Code Documentation
There is very little documentation available for the source code. As such, the source is highly difficult to understand and interpret by others. Please consider adding in appropriate documentation as soon as possible.
- Who should we send the letter to? CEO, CTO, ..?
- How sould we send the letter? Via email, post it oldskool, make a video, via social media..?
A form page to help build download URLs for this API: https://lichess.org/api#operation/apiGamesUser
I think something like this already exists in the wild, but it would be nice to make part of lichess.
Use the existing form CSS, like on https://lichess.org/games/search or https://lichess.org/tournament/new
The form is never submitted, instead it generates download URLs on client side wit
Hello
i just recently found this game on rust-unofficial list. its seems there is no documentation for linux installation anywhere to be found. windows is easy cause they just use exe but for me linux i cant hardly know how to install it
i am using ubuntu 19.10 right now
-
Updated
Mar 31, 2020 - Python
Describe the bug: the red tint layer displays when failing even though no fail is enabled. doesnt happen to stable though. feel free to close if intentional
Screenshots or videos showing encountered issue:
stable w/ no fail
stable w/o no fail

(重要!问题分类)
- 测试开发环境AirtestIDE使用问题 -> https://github.com/AirtestProject/AirtestIDE/issues
- 控件识别、树状结构、poco库报错 -> https://github.com/AirtestProject/Poco/issues
- 图像识别、设备控制相关问题 -> 按下面的步骤
描述问题bug
(简洁清晰得概括一下遇到的问题是什么。或者是报错的traceback信息。)
Linux执行airtest脚本报"There is no SIFT module in your OpenCV environment!"
-
Updated
Jun 9, 2020 - Java
Context
would be nice to have a feature to disable showing the public internet servers... keep them from populating. i run this as a lan voice chat as intended and some of the server name/descriptions are not appropriate for kids... Nothing against free speech and all but i prefer to have some means of not corrupting my kids to early.
Describe the feature you have in mind
check box
-
Updated
Jun 5, 2020 - Go
Currently, the glDrawRangeElements()
WebGL 2 function is not implemented in Firefox (38) and causes "Not Implemented." assertion. It is also not yet implemented in Emscripten, but I have a patch that adds it.
Rela
Improve this page
Add a description, image, and links to the game topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the game topic, visit your repo's landing page and select "manage topics."
I met a number of people who added extra renderer because of this example:
https://pixijs.download/dev/docs/PIXI.RenderTexture.html
We should post a notice that it has to be the same
renderer
they use, and not new one.